rules_android
rules_android copied to clipboard
Fix: ProguardMapping is not queryable nor deterministically generated
Fixing https://github.com/bazelbuild/rules_android/issues/194
The way to fix this is to explicitly declare the proguard mapping file. This will mean that the file will trigger a rebuild.
This fix may be incomplete though since this artifact may need to be declared as the input to the release target itself. If the proguard file changes then the proguarded build should be rebuilt as well.
Looking for comment/revision.