Use fb_native_wrapper for all targets

Differential Revision: D12868694

fbshipit-source-id: 0dfc7d05cc0ee6b15a2534f17260e340038a1041
This commit is contained in:
Scott Rice
2018-10-31 12:03:17 -07:00
committed by Facebook Github Bot
parent b7890fa2a8
commit d02f4a94de
4 changed files with 9 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
# This source code is licensed under the license found in the
# LICENSE-examples file in the root directory of this source tree.
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:yoga_defs.bzl", "ANDROID_RES_TARGET", "ANDROID_SAMPLE_JAVA_TARGET", "ANDROID_SAMPLE_RES_TARGET", "yoga_android_binary", "yoga_android_resource")
yoga_android_binary(
@@ -28,7 +29,7 @@ yoga_android_resource(
],
)
keystore(
fb_native.keystore(
name = "debug_keystore",
properties = "debug.keystore.properties",
store = "debug.keystore",