Merge "Retry: Detect invalid arch specific properties in snapshot"

This commit is contained in:
Paul Duffin
2020-05-09 07:33:35 +00:00
committed by Gerrit Code Review
5 changed files with 70 additions and 15 deletions

View File

@@ -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
}