mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Differential Revision: D12867696 fbshipit-source-id: bd52c1ead04065addece3a3104c4a1a9359ceb95
11 lines
225 B
Python
11 lines
225 B
Python
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
|
|
|
|
fb_native.keystore(
|
|
name = "debug",
|
|
properties = "debug.keystore.properties",
|
|
store = "debug.keystore",
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
)
|