@build-break fix usage of old RN DEFS.bzl path
Differential Revision: D9563036 fbshipit-source-id: ab87f479f45209b96ce82c3607c45fdfd622d099
This commit is contained in:
parent
2515e4861a
commit
685b15679f
|
@ -1,6 +1,6 @@
|
|||
# BUILD FILE SYNTAX: SKYLARK
|
||||
load(
|
||||
"@xplat//ReactNative:DEFS.bzl",
|
||||
"@fbsource//tools/build_defs/oss:rn_defs.bzl",
|
||||
"react_native_dep",
|
||||
"react_native_integration_tests_target",
|
||||
"react_native_target",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# BUILD FILE SYNTAX: SKYLARK
|
||||
load(
|
||||
"@xplat//ReactNative:DEFS.bzl",
|
||||
"@fbsource//tools/build_defs/oss:rn_defs.bzl",
|
||||
"react_native_dep",
|
||||
"react_native_integration_tests_target",
|
||||
"react_native_target",
|
||||
|
|
Loading…
Reference in New Issue