diff options
| author | 2018-09-19 17:56:29 +0000 | |
|---|---|---|
| committer | 2018-09-19 17:56:29 +0000 | |
| commit | f8202802f667ebc461279668b1dcbda51291dcf7 (patch) | |
| tree | e09832af3c502e35541f674c28f7faac56141c19 /java/java.go | |
| parent | 105de3443d42b42c967029add19996d37e5de8c3 (diff) | |
| parent | dda713d6fc0c4fa8708af9464563313d844ac73b (diff) | |
Merge "Allow patch_module attribute in target: { android: { ... } } block."
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index ae7a6e02c..3332482c3 100644 --- a/java/java.go +++ b/java/java.go @@ -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 |