Remove unnecessary archTypeSpecificInfo.optimizableProperties()
The method is provided by an embedded type. Bug: 195754365 Test: m nothing Change-Id: I08ede08a393dbabf40f064befaf73ef2947380bd
This commit is contained in:
@@ -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 "",
|
||||
|
Reference in New Issue
Block a user