mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix BUCK build (#27826)
Summary: This fixes a build failure with buck introduced with https://github.com/facebook/react-native/issues/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: https://github.com/facebook/react-native/pull/27826 Test Plan: buck fetch rntester buck build rntester Reviewed By: jknoxville Differential Revision: D19496769 Pulled By: passy fbshipit-source-id: d699a5f64f691ed375cfc7a9d6a5a6f6e36ba283
This commit is contained in:
committed by
Facebook Github Bot
parent
b9ac1d52c9
commit
a3cb377645
+1
-1
@@ -1,7 +1,7 @@
|
||||
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
|
||||
|
||||
fb_native.android_library(
|
||||
name = "fbjni",
|
||||
name = "java",
|
||||
exported_deps = [
|
||||
":fbjni-binary",
|
||||
],
|
||||
Reference in New Issue
Block a user