summaryrefslogtreecommitdiff
path: root/android/keystores/BUCK
blob: 15da20e6b92c3f1d08cb9ea6bfbb56138d7bec86 (plain)
1
2
3
4
5
6
7
8
keystore(
  name = 'debug',
  store = 'debug.keystore',
  properties = 'debug.keystore.properties',
  visibility = [
    'PUBLIC',
  ],
)