Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05732954 authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove unnecessary archTypeSpecificInfo.optimizableProperties()

The method is provided by an embedded type.

Bug: 195754365
Test: m nothing
Change-Id: I08ede08a393dbabf40f064befaf73ef2947380bd
parent f68f85a3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 "",