Revert "Always turn on compatible property"
This reverts commit f6d606ebea
.
Reason for revert: broken targets on the internal branch
Change-Id: I948280e2072789a2ee20e7fe4844c667f58b5182
This commit is contained in:
@@ -1247,6 +1247,10 @@ 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