diff options
author | 2024-07-29 12:56:51 +0000 | |
---|---|---|
committer | 2024-10-08 06:53:27 +0000 | |
commit | 1e613d24f12aa6acb01861105c3b57d2e44135b3 (patch) | |
tree | a39ebb45095de8934fa9cfe0a993d714717437ac /android/variable.go | |
parent | 56d95dc46c50e0c9384497cdb56ca390bedea56a (diff) |
Add product variable SelinuxIgnoreNeverallows for sepolicy
This topic also fix build fail on git_main on seahawk-next-userdebug(b/371922616)
Bug: 350881031
Test: Presubmits
Change-Id: I7dbfadde100d833994f3d0429e358ff10d26fc6e
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 417ba8978..248e1e853 100644 --- a/android/variable.go +++ b/android/variable.go @@ -193,6 +193,9 @@ type variableProperties struct { Required []string Vintf_fragment_modules []string } + SelinuxIgnoreNeverallows struct { + Required []string + } } `android:"arch_variant"` } |