Skip to content

Commit 6b1d996

Browse files
ttsugriyfacebook-github-bot
authored andcommitted
Skylarkify jni_instrumentation_test.
Summary: https://our.intern.facebook.com/intern/wiki/Buck/python-to-skylark/ Reviewed By: mzlee Differential Revision: D8842575 fbshipit-source-id: 2de5efa8b00397e751f6c213b8c8630deea21f00
1 parent 6ab52ff commit 6b1d996

File tree

1 file changed

+1
-1
lines changed
  • ReactCommon/cxxreact/tests

1 file changed

+1
-1
lines changed

ReactCommon/cxxreact/tests/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TEST_SRCS = [
1212

1313
if not IS_OSS_BUILD:
1414
load("@xplat//build_defs:fb_xplat_cxx_test.bzl", "fb_xplat_cxx_test")
15-
load("@xplat//configurations/buck/android:jni_instrumentation_test", "jni_instrumentation_test_lib")
15+
load("@xplat//configurations/buck/android:jni_instrumentation_test.bzl", "jni_instrumentation_test_lib")
1616
load("@xplat//configurations/buck:default_platform_defs.bzl", "APPLE")
1717

1818
jni_instrumentation_test_lib(

0 commit comments

Comments
 (0)