Merge "Revert^2 "Always turn on compatible property""
This commit is contained in:
commit
bbbdff3637
|
@ -1324,10 +1324,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
|
||||
}
|
||||
|
|
|
@ -338,7 +338,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