commit | 63008a7d4b5648cce41ccd4fec94ac9e19485daf | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Jan 23 00:34:04 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 23 00:34:05 2014 +0000 |
tree | f4d0fc60732ab6e6562cd54a66a168b381ec7ff4 | |
parent | c5355f813799f452e478d8b27cc68fdfa4f2a0f4 [diff] | |
parent | 4d1a350f3302f1af33477000c75fc1ba506c0550 [diff] |
Merge "Use += for BOARD_SEPOLICY_*"
diff --git a/src/devices/tech/security/se-linux.jd b/src/devices/tech/security/se-linux.jd index 251cafc..e73cc2f 100644 --- a/src/devices/tech/security/se-linux.jd +++ b/src/devices/tech/security/se-linux.jd
@@ -133,10 +133,10 @@ </p> <pre> -BOARD_SEPOLICY_DIRS := \ +BOARD_SEPOLICY_DIRS += \ <root>/device/manufacturer/device-name/sepolicy -BOARD_SEPOLICY_UNION := \ +BOARD_SEPOLICY_UNION += \ genfs_contexts \ file_contexts \ sepolicy.te