Always turn on compatible property
It's mandatory for devices launching with Android P or later. Bug: 170082975 Test: m Change-Id: I22578c3b77d28abc8a09b88324ef3702d0ccafde
This commit is contained in:
@@ -1247,10 +1247,6 @@ func (c *config) ProductPrivateSepolicyDirs() []string {
|
||||
return c.productVariables.ProductPrivateSepolicyDirs
|
||||
}
|
||||
|
||||
func (c *config) ProductCompatibleProperty() bool {
|
||||
return Bool(c.productVariables.ProductCompatibleProperty)
|
||||
}
|
||||
|
||||
func (c *config) MissingUsesLibraries() []string {
|
||||
return c.productVariables.MissingUsesLibraries
|
||||
}
|
||||
|
Reference in New Issue
Block a user