From: Yanqin Jin Date: Fri, 2 Nov 2018 22:21:10 +0000 (-0700) Subject: Update TARGET file after changing buck template X-Git-Tag: v5.17.2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05c9d53a40b7b806ce0373e2da76b9f87f4f29dc;p=rocksdb.git Update TARGET file after changing buck template --- diff --git a/TARGETS b/TARGETS index bccdc48b..03214752 100644 --- a/TARGETS +++ b/TARGETS @@ -292,7 +292,7 @@ cpp_library( "utilities/write_batch_with_index/write_batch_with_index.cc", "utilities/write_batch_with_index/write_batch_with_index_internal.cc", ], - headers = AutoHeaders.RECURSIVE_GLOB, + auto_headers = AutoHeaders.RECURSIVE_GLOB, arch_preprocessor_flags = rocksdb_arch_preprocessor_flags, compiler_flags = rocksdb_compiler_flags, preprocessor_flags = rocksdb_preprocessor_flags, @@ -314,7 +314,7 @@ cpp_library( "utilities/col_buf_encoder.cc", "utilities/column_aware_encoding_util.cc", ], - headers = AutoHeaders.RECURSIVE_GLOB, + auto_headers = AutoHeaders.RECURSIVE_GLOB, arch_preprocessor_flags = rocksdb_arch_preprocessor_flags, compiler_flags = rocksdb_compiler_flags, preprocessor_flags = rocksdb_preprocessor_flags, @@ -329,7 +329,7 @@ cpp_library( "tools/trace_analyzer_tool.cc", "util/testutil.cc", ], - headers = AutoHeaders.RECURSIVE_GLOB, + auto_headers = AutoHeaders.RECURSIVE_GLOB, arch_preprocessor_flags = rocksdb_arch_preprocessor_flags, compiler_flags = rocksdb_compiler_flags, preprocessor_flags = rocksdb_preprocessor_flags, @@ -340,7 +340,7 @@ cpp_library( cpp_library( name = "env_basic_test_lib", srcs = ["env/env_basic_test.cc"], - headers = AutoHeaders.RECURSIVE_GLOB, + auto_headers = AutoHeaders.RECURSIVE_GLOB, arch_preprocessor_flags = rocksdb_arch_preprocessor_flags, compiler_flags = rocksdb_compiler_flags, preprocessor_flags = rocksdb_preprocessor_flags,