Merge "Install flattened/unflattend apexes for GSI"

This commit is contained in:
Treehugger Robot
2019-12-13 21:10:56 +00:00
committed by Gerrit Code Review
4 changed files with 33 additions and 0 deletions

View File

@@ -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
}