Merge "Retry: Detect invalid arch specific properties in snapshot" am: 385378bf99 am: ba539d0faf

Change-Id: I8bec9a34eef34bf78c44f7836aba2496b117086f
This commit is contained in:
Paul Duffin
2020-05-09 07:59:24 +00:00
committed by Automerger Merge Worker
5 changed files with 70 additions and 15 deletions

View File

@@ -1910,7 +1910,7 @@ func (mt *librarySdkMemberType) CreateVariantPropertiesStruct() android.SdkMembe
type librarySdkMemberProperties struct {
android.SdkMemberPropertiesBase
JarToExport android.Path
JarToExport android.Path `android:"arch_variant"`
AidlIncludeDirs android.Paths
}