add export_file to rockdb TARGETS generator and re-gen · facebook/rocksdb@4eda1b7 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,6 +4,7 @@ | ||
| 4 | 4 | # This file is a Facebook-specific integration for buck builds, so can |
| 5 | 5 | # only be validated by Facebook employees. |
| 6 | 6 | load("//rocks/buckifier:defs.bzl", "cpp_library_wrapper","rocks_cpp_library_wrapper","cpp_binary_wrapper","cpp_unittest_wrapper","fancy_bench_wrapper","add_c_test_wrapper") |
| 7 | +load("@fbcode_macros//build_defs:export_files.bzl", "export_file") | |
| 7 | 8 | |
| 8 | 9 | |
| 9 | 10 | cpp_library_wrapper(name="rocksdb_lib", srcs=[ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,6 +7,7 @@ | ||
| 7 | 7 | # This file is a Facebook-specific integration for buck builds, so can |
| 8 | 8 | # only be validated by Facebook employees. |
| 9 | 9 | load("//rocks/buckifier:defs.bzl", "cpp_library_wrapper","rocks_cpp_library_wrapper","cpp_binary_wrapper","cpp_unittest_wrapper","fancy_bench_wrapper","add_c_test_wrapper") |
| 10 | +load("@fbcode_macros//build_defs:export_files.bzl", "export_file") | |
| 10 | 11 | |
| 11 | 12 | """ |
| 12 | 13 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 1 | +* [internal only] Build script improvement |