aboutsummaryrefslogtreecommitdiffstats
path: root/android/variable.go
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2018-05-08 19:09:35 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-08 19:09:35 -0700
commit368e0ab5a29bb24a1af686b92173271214961a36 (patch)
tree695913b8382471b6848a21525e81515471f5b68a /android/variable.go
parent95223517487269deb93b860737858913efa59cb8 (diff)
parentc5934c55c7a592b993ceecca6602bc011c657b59 (diff)
downloadbuild_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.go5
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"`
}