summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-09-19 17:56:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-09-19 17:56:29 +0000
commitf8202802f667ebc461279668b1dcbda51291dcf7 (patch)
treee09832af3c502e35541f674c28f7faac56141c19 /java/java.go
parent105de3443d42b42c967029add19996d37e5de8c3 (diff)
parentdda713d6fc0c4fa8708af9464563313d844ac73b (diff)
Merge "Allow patch_module attribute in target: { android: { ... } } block."
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
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