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

* commit '31bd39975e8f1242b40f28c9c008107f0d542716':
  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