Merge "Allow jarjar_rules to be arch-specific"

This commit is contained in:
Treehugger Robot 2017-10-18 09:41:11 +00:00 committed by Gerrit Code Review
commit fa86d794b0

View file

@ -100,7 +100,7 @@ type CompilerProperties struct {
Manifest *string
// if not blank, run jarjar using the specified rules file
Jarjar_rules *string
Jarjar_rules *string `android:"arch_variant"`
// If not blank, set the java version passed to javac as -source and -target
Java_version *string