Skip to content

Commit 4eda1b7

Browse files
Fan Zhang(DevX)ajkr
authored andcommitted
add export_file to rockdb TARGETS generator and re-gen
Summary: we are converting the implicit loads to explicit loads, then remove the hidden loads in fbcode macroes. details see https://fb.workplace.com/groups/devx.build.bffs/permalink/7481848805183560/ Reviewed By: JakobDegen Differential Revision: D57800976 fbshipit-source-id: a893aa2aa9237704ba9eb998cba210222c95dd2f
1 parent 030f7c4 commit 4eda1b7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# This file is a Facebook-specific integration for buck builds, so can
55
# only be validated by Facebook employees.
66
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")
78

89

910
cpp_library_wrapper(name="rocksdb_lib", srcs=[

buckifier/targets_cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# This file is a Facebook-specific integration for buck builds, so can
88
# only be validated by Facebook employees.
99
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")
1011
1112
"""
1213

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [internal only] Build script improvement

0 commit comments

Comments
 (0)