Merge "Install flattened/unflattend apexes for GSI"
This commit is contained in:
@@ -1103,6 +1103,10 @@ func (c *config) EnforceProductPartitionInterface() bool {
|
||||
return Bool(c.productVariables.EnforceProductPartitionInterface)
|
||||
}
|
||||
|
||||
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