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:
Inseob Kim
2020-11-18 11:04:27 +00:00
parent f6d606ebea
commit 7d13e5b964
2 changed files with 5 additions and 0 deletions

View File

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