"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,
"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,
"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,
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,