Merge "Remove unnecessary arch variant for patch module" into main
This commit is contained in:
commit
aa46295842
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ type CommonProperties struct {
|
||||||
// supported at compile time. It should only be needed to compile tests in
|
// supported at compile time. It should only be needed to compile tests in
|
||||||
// packages that exist in libcore and which are inconvenient to move
|
// packages that exist in libcore and which are inconvenient to move
|
||||||
// elsewhere.
|
// elsewhere.
|
||||||
Patch_module *string `android:"arch_variant"`
|
Patch_module *string
|
||||||
|
|
||||||
Jacoco struct {
|
Jacoco struct {
|
||||||
// List of classes to include for instrumentation with jacoco to collect coverage
|
// List of classes to include for instrumentation with jacoco to collect coverage
|
||||||
|
|
Loading…
Reference in a new issue