summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-10 17:36:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-10 17:36:53 +0000
commit527f3ad099cbe1cf9a25fa1bb901b16f0d2d2d9b (patch)
tree5f497ac0439eb83b031845baa3f627438db2655d /android/variable.go
parentad663156b4b956e54d0528931a0cae542ffe6a5f (diff)
parent1e613d24f12aa6acb01861105c3b57d2e44135b3 (diff)
Merge "Add product variable SelinuxIgnoreNeverallows for sepolicy" into main
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 5aa74bd7a..4210f6720 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"`
}