Merge "Allow jarjar_rules to be arch-specific"
This commit is contained in:
commit
fa86d794b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue