Merge "Remove SepolicySplit."
This commit is contained in:
commit
15a74066ea
2 changed files with 0 additions and 6 deletions
|
@ -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"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue