Fix external cell reference in OSS build.

Reviewed By: hramos

Differential Revision: D8615578

fbshipit-source-id: 22a0382956adc3c2cb0d25f756cd5fad11564559
This commit is contained in:
Taras Tsugrii
2018-06-25 11:01:18 -07:00
committed by Facebook Github Bot
parent fe3bd9a65c
commit b3fe69cac2
2 changed files with 82 additions and 2 deletions

View File

@@ -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: