diff options
author | Tri Vo <trong@google.com> | 2018-05-08 19:09:35 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-08 19:09:35 -0700 |
commit | 368e0ab5a29bb24a1af686b92173271214961a36 (patch) | |
tree | 695913b8382471b6848a21525e81515471f5b68a /android/variable.go | |
parent | 95223517487269deb93b860737858913efa59cb8 (diff) | |
parent | c5934c55c7a592b993ceecca6602bc011c657b59 (diff) | |
download | build_soong-368e0ab5a29bb24a1af686b92173271214961a36.tar.gz build_soong-368e0ab5a29bb24a1af686b92173271214961a36.tar.bz2 build_soong-368e0ab5a29bb24a1af686b92173271214961a36.zip |
Merge "Expose selinux variables to Soong."
am: c5934c55c7
Change-Id: I5de6ed34ea485d3c46bd7d719a30d62b853395fd
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 20579033..ce2cb232 100644 --- a/android/variable.go +++ b/android/variable.go @@ -209,6 +209,11 @@ type productVariables struct { PgoAdditionalProfileDirs []string `json:",omitempty"` + BoardVendorSepolicyDirs []string `json:",omitempty"` + BoardOdmSepolicyDirs []string `json:",omitempty"` + BoardPlatPublicSepolicyDir string `json:",omitempty"` + BoardPlatPrivateSepolicyDir string `json:",omitempty"` + VendorVars map[string]map[string]string `json:",omitempty"` } |