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
|
return c.productVariables.ProductPrivateSepolicyDirs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *config) ProductCompatibleProperty() bool {
|
||||||
|
return Bool(c.productVariables.ProductCompatibleProperty)
|
||||||
|
}
|
||||||
|
|
||||||
func (c *config) MissingUsesLibraries() []string {
|
func (c *config) MissingUsesLibraries() []string {
|
||||||
return c.productVariables.MissingUsesLibraries
|
return c.productVariables.MissingUsesLibraries
|
||||||
}
|
}
|
||||||
|
@@ -331,6 +331,7 @@ type productVariables struct {
|
|||||||
|
|
||||||
ProductPublicSepolicyDirs []string `json:",omitempty"`
|
ProductPublicSepolicyDirs []string `json:",omitempty"`
|
||||||
ProductPrivateSepolicyDirs []string `json:",omitempty"`
|
ProductPrivateSepolicyDirs []string `json:",omitempty"`
|
||||||
|
ProductCompatibleProperty *bool `json:",omitempty"`
|
||||||
|
|
||||||
ProductVndkVersion *string `json:",omitempty"`
|
ProductVndkVersion *string `json:",omitempty"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user