load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_native.android_prebuilt_aar( name = "exposed-instrumentation-api", aar = ":testing-support-instrumentation", visibility = ["//ReactAndroid/..."], ) fb_native.remote_file( name = "testing-support-instrumentation", sha1 = "a7161eafdfbd02a39461f076c9dce0c8e5e7a149", url = "mvn:com.android.support.test:exposed-instrumentation-api-publish:aar:0.3", )