GT2/Ejectable/node_modules/react-native/keystores/BUCK
2021-08-16 00:14:59 +00:00

10 lines
225 B
Text

load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
fb_native.keystore(
name = "debug",
properties = "debug.keystore.properties",
store = "debug.keystore",
visibility = [
"PUBLIC",
],
)