bazelbuild / rules_android

Android rules for Bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default debug_keystore is missing

Bencodes opened this issue · comments

The debug_keystore doesn't seem to be checked in which causes rules_android to fail. Ex: https://github.com/bazelbuild/rules_android/tree/main/tools/android

Error:

(12:47:51) ERROR: /private/var/tmp/_bazel_blee/499a001013731d09bffd82f8601a3161/external/rules_android/tools/android/BUILD: no such target '@rules_android//tools/android:debug_keystore': target 'debug_keystore' not declared in package 'tools/android' defined by /private/var/tmp/_bazel_blee/499a001013731d09bffd82f8601a3161/external/rules_android/tools/android/BUILD (Tip: use `query "@rules_android//tools
/android:*"` to see all the targets in that package)

Addressed by #197