Merge "Allow patch_module attribute in target: { android: { ... } } block."

This commit is contained in:
Treehugger Robot 2018-09-19 17:56:29 +00:00 committed by Gerrit Code Review
commit f8202802f6

View file

@ -138,7 +138,7 @@ type CompilerProperties struct {
// supported at compile time. It should only be needed to compile tests in
// packages that exist in libcore and which are inconvenient to move
// elsewhere.
Patch_module *string
Patch_module *string `android:"arch_variant"`
Jacoco struct {
// List of classes to include for instrumentation with jacoco to collect coverage