summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-05-09 07:33:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-05-09 07:33:35 +0000
commit385378bf991c21867b9eb4ebaf3dba60a9761422 (patch)
tree9040334341830d5dd9f07e872f43f803f3351a6f /java/java.go
parent9c3a1291e2791afd911ac94fd687bb9c1e2bff53 (diff)
parent864e1b45dbf90e0b79b767be385e5f57f3dbdd25 (diff)
Merge "Retry: Detect invalid arch specific properties in snapshot"
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 472d3dac4..9d75c74c7 100644
--- a/java/java.go
+++ b/java/java.go
@@ -1906,7 +1906,7 @@ func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMembe
type librarySdkMemberProperties struct {
android.SdkMemberPropertiesBase
- JarToExport android.Path
+ JarToExport android.Path `android:"arch_variant"`
AidlIncludeDirs android.Paths
}