aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-22 16:17:10 -0800
committerNick Kralevich <nnk@google.com>2014-01-22 16:17:10 -0800
commit4d1a350f3302f1af33477000c75fc1ba506c0550 (patch)
treef4d0fc60732ab6e6562cd54a66a168b381ec7ff4 /src/devices
parentc5355f813799f452e478d8b27cc68fdfa4f2a0f4 (diff)
downloadsource.android.com-4d1a350f3302f1af33477000c75fc1ba506c0550.tar.gz
Use += for BOARD_SEPOLICY_*
In our public documentation, recommend += instead of := . This allows us to have a better inheritance model for policy, specifically policy located in the vendor directory. Change-Id: I53ceef298c730d60ab34aa51bde88e9808725ab2
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/tech/security/se-linux.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/tech/security/se-linux.jd b/src/devices/tech/security/se-linux.jd
index 251cafc4..e73cc2f7 100644
--- a/src/devices/tech/security/se-linux.jd
+++ b/src/devices/tech/security/se-linux.jd
@@ -133,10 +133,10 @@ subdirectory once created, like so:
</p>
<pre>
-BOARD_SEPOLICY_DIRS := \
+BOARD_SEPOLICY_DIRS += \
&lt;root&gt;/device/manufacturer/device-name/sepolicy
-BOARD_SEPOLICY_UNION := \
+BOARD_SEPOLICY_UNION += \
genfs_contexts \
file_contexts \
sepolicy.te