2018-10-31 18:45:33 +00:00
|
|
|
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
|
|
|
|
|
|
|
|
fb_native.keystore(
|
2017-02-25 05:40:45 +00:00
|
|
|
name = "debug",
|
|
|
|
properties = "debug.keystore.properties",
|
|
|
|
store = "debug.keystore",
|
|
|
|
visibility = [
|
|
|
|
"PUBLIC",
|
|
|
|
],
|
2016-02-26 00:39:29 +00:00
|
|
|
)
|