Merge "Remove SepolicySplit." am: 15a74066ea
am: f4a9db7005
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2610250 Change-Id: Idc9cf85864078dfdaaf7138e1d52fde7bc2d4ed5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1941,10 +1941,6 @@ func (c *config) SelinuxIgnoreNeverallows() bool {
|
||||
return c.productVariables.SelinuxIgnoreNeverallows
|
||||
}
|
||||
|
||||
func (c *deviceConfig) SepolicySplit() bool {
|
||||
return c.config.productVariables.SepolicySplit
|
||||
}
|
||||
|
||||
func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
|
||||
return c.config.productVariables.SepolicyFreezeTestExtraDirs
|
||||
}
|
||||
|
@@ -457,8 +457,6 @@ type productVariables struct {
|
||||
|
||||
SelinuxIgnoreNeverallows bool `json:",omitempty"`
|
||||
|
||||
SepolicySplit bool `json:",omitempty"`
|
||||
|
||||
SepolicyFreezeTestExtraDirs []string `json:",omitempty"`
|
||||
SepolicyFreezeTestExtraPrebuiltDirs []string `json:",omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user