Skip to content

Commit

Permalink
Fix BUCK build (#27826)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
passy authored and facebook-github-bot committed Jan 21, 2020
1 parent b9ac1d5 commit a3cb377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",
],
Expand Down

0 comments on commit a3cb377

Please sign in to comment.