mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Fix external cell reference in OSS build.
Reviewed By: hramos Differential Revision: D8615578 fbshipit-source-id: 22a0382956adc3c2cb0d25f756cd5fad11564559
This commit is contained in:
committed by
Facebook Github Bot
parent
fe3bd9a65c
commit
b3fe69cac2
@@ -1,5 +1,4 @@
|
||||
load("@xplat//tools/build_defs:glob_defs.bzl", "subdir_glob")
|
||||
load("//ReactNative:DEFS.bzl", "IS_OSS_BUILD", "JNI_TARGET", "cxx_library")
|
||||
load("//ReactNative:DEFS.bzl", "IS_OSS_BUILD", "JNI_TARGET", "cxx_library", "subdir_glob")
|
||||
|
||||
# This target is only used in open source
|
||||
if IS_OSS_BUILD:
|
||||
|
||||
Reference in New Issue
Block a user