am 63008a7d: Merge "Use += for BOARD_SEPOLICY_*"

* commit '63008a7d4b5648cce41ccd4fec94ac9e19485daf':
  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 += \
         &lt;root&gt;/device/manufacturer/device-name/sepolicy
 
-BOARD_SEPOLICY_UNION := \
+BOARD_SEPOLICY_UNION += \
         genfs_contexts \ 
         file_contexts \ 
         sepolicy.te