Remove PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES
We will deprecate flattened apexes. In this change, GSI-specific make variable (PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES) is removed. The variable was used to install both image/flattened apexes in the GSI, so that it works on ro.apex.updatable devices and not-updatable devices. Now, GSI will have only image APEXes in it. Bug: 278826656 Test: lunch gsi_arm64-userdebug && m # no flattened apexes Change-Id: Ie5fe505b9f2a6a1687252513788fd3e16bc147c5
This commit is contained in:
@@ -1681,10 +1681,6 @@ func (c *config) InterPartitionJavaLibraryAllowList() []string {
|
||||
return c.productVariables.InterPartitionJavaLibraryAllowList
|
||||
}
|
||||
|
||||
func (c *config) InstallExtraFlattenedApexes() bool {
|
||||
return Bool(c.productVariables.InstallExtraFlattenedApexes)
|
||||
}
|
||||
|
||||
func (c *config) ProductHiddenAPIStubs() []string {
|
||||
return c.productVariables.ProductHiddenAPIStubs
|
||||
}
|
||||
|
Reference in New Issue
Block a user