Skip to content

Commit a3cb377

Browse files
passyfacebook-github-bot
authored andcommitted
Fix BUCK build (#27826)
Summary: This fixes a build failure with buck introduced with #27729. The internal and external buck overlays diverged in how fbjni was imported. The Buck re-export here ensures that the targets resolve both internall and externally. ## Changelog [Android] [Fixed] - RNTester Buck Build Pull Request resolved: #27826 Test Plan: buck fetch rntester buck build rntester Reviewed By: jknoxville Differential Revision: D19496769 Pulled By: passy fbshipit-source-id: d699a5f64f691ed375cfc7a9d6a5a6f6e36ba283
1 parent b9ac1d5 commit a3cb377

File tree

1 file changed

+1
-1
lines changed
  • ReactAndroid/src/main/libraries/fbjni

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/libraries/fbjni/java/com/facebook/fbjni/BUCK renamed to ReactAndroid/src/main/libraries/fbjni/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
22

33
fb_native.android_library(
4-
name = "fbjni",
4+
name = "java",
55
exported_deps = [
66
":fbjni-binary",
77
],

0 commit comments

Comments
 (0)