You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try using the new android_application macro but when I do, I get the error
every rule of type android_application implicitly depends upon the target '@@rules_android~//rules:bundle_keystore_properties.tmpl', but this target could not be found because of: no such target '@@rules_android~//rules:bundle_keystore_properties.tmpl': target 'bundle_keystore_properties.tmpl' not declared in package 'rules' defined by /private/var/tmp/_bazel_ruru/68567c55c41ab535511f4e2170beca56/external/rules_android~/rules/BUILD
When I look inside attrs.bzl, I see a default being set to the file mentioned but nowhere in the repository do I see this default file.
The text was updated successfully, but these errors were encountered:
I want to try using the new android_application macro but when I do, I get the error
every rule of type android_application implicitly depends upon the target '@@rules_android~//rules:bundle_keystore_properties.tmpl', but this target could not be found because of: no such target '@@rules_android~//rules:bundle_keystore_properties.tmpl': target 'bundle_keystore_properties.tmpl' not declared in package 'rules' defined by /private/var/tmp/_bazel_ruru/68567c55c41ab535511f4e2170beca56/external/rules_android~/rules/BUILD
When I look inside
attrs.bzl
, I see a default being set to the file mentioned but nowhere in the repository do I see this default file.The text was updated successfully, but these errors were encountered: