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:
@@ -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
|
||||
|
Reference in New Issue
Block a user