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",
|
||
|
],
|
||
|
)
|