Remove unnecessary archTypeSpecificInfo.optimizableProperties() am: 05732954c6 am: 2e02cb4df7 am: 18add07503

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1826230

Change-Id: Ibf94a18357dbe248a17a895282937c07c27f5daa
This commit is contained in:
Paul Duffin
2021-09-16 09:01:58 +00:00
committed by Automerger Merge Worker

View File

@@ -1563,10 +1563,6 @@ func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType
return archInfo
}
func (archInfo *archTypeSpecificInfo) optimizableProperties() interface{} {
return archInfo.Properties
}
// Get the link type of the variant
//
// If the variant is not differentiated by link type then it returns "",