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

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

Change-Id: I53eaf6533290f3ded831ae442794d9953990e032
This commit is contained in:
Paul Duffin
2021-09-16 09:14:39 +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 "",