Skip to content

Commit 5de90ca

Browse files
generatedunixname1529300318806414meta-codesync[bot]
authored andcommitted
3 [B] [B]
Reviewed By: kkolur76, a-lafrance Differential Revision: D109844068 fbshipit-source-id: 4fe2f5dbc7c27639de0b51d510c11dc1c310a483
1 parent 5a33987 commit 5de90ca

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

eden/fs/config/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ make_rule_compatible_with(
107107
thrift_srcs = {
108108
"eden_config.thrift": [],
109109
},
110+
deps = ["//thrift/annotation:thrift"],
110111
)

eden/fs/service/BUCK

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ make_rule_compatible_with(
624624
deps = [
625625
"//eden/fs/config:config_thrift_buck",
626626
"//fb303/thrift:fb303_core",
627+
"//thrift/annotation:cpp",
628+
"//thrift/annotation:rust",
629+
"//thrift/annotation:thrift",
627630
],
628631
)
629632

0 commit comments

Comments
 (0)