diff options
author | 2024-10-07 11:57:58 +0000 | |
---|---|---|
committer | 2024-10-07 11:57:58 +0000 | |
commit | dba6936fc0dfb064ea0810ae5936f9dd9dfe8dd1 (patch) | |
tree | 22f97238a2ebb02c61686c083ef5ff5c42132811 /android/variable.go | |
parent | be8e2b5b4f85f2ddc0bf2f8a609179fbdcafc634 (diff) | |
parent | 266e12d445bfc4fcc9045b8a13f554e2129a19fd (diff) |
Merge "Revert "Add product variable SelinuxIgnoreNeverallows for sepolicy"" into main am: 8d7b58e50b am: 266e12d445
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3295413
Change-Id: Id53ecc9a3f75f68f05c93f2d5a6cfffe0b038f61
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go index 7305496ec..fbab93b7a 100644 --- a/android/variable.go +++ b/android/variable.go @@ -193,9 +193,6 @@ type variableProperties struct { Required []string Vintf_fragment_modules []string } - SelinuxIgnoreNeverallows struct { - Required []string - } } `android:"arch_variant"` } |