rules_android icon indicating copy to clipboard operation
rules_android copied to clipboard

Fix: ProguardMapping is not queryable nor deterministically generated

Open EdbertChan opened this issue 2 years ago • 0 comments

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.

EdbertChan avatar Jan 12 '24 22:01 EdbertChan