Skip to content

Commit

Permalink
Skylarkify jni_instrumentation_test.
Browse files Browse the repository at this point in the history
Summary: https://our.intern.facebook.com/intern/wiki/Buck/python-to-skylark/

Reviewed By: mzlee

Differential Revision: D8842575

fbshipit-source-id: 2de5efa8b00397e751f6c213b8c8630deea21f00
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Jul 13, 2018
1 parent 6ab52ff commit 6b1d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/cxxreact/tests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TEST_SRCS = [

if not IS_OSS_BUILD:
load("@xplat//build_defs:fb_xplat_cxx_test.bzl", "fb_xplat_cxx_test")
load("@xplat//configurations/buck/android:jni_instrumentation_test", "jni_instrumentation_test_lib")
load("@xplat//configurations/buck/android:jni_instrumentation_test.bzl", "jni_instrumentation_test_lib")
load("@xplat//configurations/buck:default_platform_defs.bzl", "APPLE")

jni_instrumentation_test_lib(
Expand Down

0 comments on commit 6b1d996

Please sign in to comment.