Revert^2 "Always turn on compatible property"
This reverts commit 7d13e5b964
.
Reason for revert: Fixed broken targets
Change-Id: Ibfa2641575346675f8210297eaebfbe7d63cf5a5
This commit is contained in:
parent
7d13e5b964
commit
4f4e2bd495
|
@ -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
|
||||
}
|
||||
|
|
|
@ -331,7 +331,6 @@ type productVariables struct {
|
|||
|
||||
ProductPublicSepolicyDirs []string `json:",omitempty"`
|
||||
ProductPrivateSepolicyDirs []string `json:",omitempty"`
|
||||
ProductCompatibleProperty *bool `json:",omitempty"`
|
||||
|
||||
ProductVndkVersion *string `json:",omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue