Allow jarjar_rules to be arch-specific

Modules may need to use jarjar on the device to move classes into
the android namespace, but not on the host.

Test: m checkbuild
Change-Id: I910ebbe20e45e98edecca0d7c4fb18e806bc3c6c
This commit is contained in:
Colin Cross 2017-10-17 13:55:55 -07:00
parent 99967a7b34
commit 975f9f79ff
1 changed files with 1 additions and 1 deletions

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