Merge "Remove SepolicySplit."
This commit is contained in:
@@ -1941,10 +1941,6 @@ func (c *config) SelinuxIgnoreNeverallows() bool {
|
|||||||
return c.productVariables.SelinuxIgnoreNeverallows
|
return c.productVariables.SelinuxIgnoreNeverallows
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *deviceConfig) SepolicySplit() bool {
|
|
||||||
return c.config.productVariables.SepolicySplit
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
|
func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
|
||||||
return c.config.productVariables.SepolicyFreezeTestExtraDirs
|
return c.config.productVariables.SepolicyFreezeTestExtraDirs
|
||||||
}
|
}
|
||||||
|
@@ -457,8 +457,6 @@ type productVariables struct {
|
|||||||
|
|
||||||
SelinuxIgnoreNeverallows bool `json:",omitempty"`
|
SelinuxIgnoreNeverallows bool `json:",omitempty"`
|
||||||
|
|
||||||
SepolicySplit bool `json:",omitempty"`
|
|
||||||
|
|
||||||
SepolicyFreezeTestExtraDirs []string `json:",omitempty"`
|
SepolicyFreezeTestExtraDirs []string `json:",omitempty"`
|
||||||
SepolicyFreezeTestExtraPrebuiltDirs []string `json:",omitempty"`
|
SepolicyFreezeTestExtraPrebuiltDirs []string `json:",omitempty"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user