am cf88d9ff: am e60965a5: Merge "Move sepolicy declarations to common board file."

* commit 'cf88d9ffda976bd173ceb654052a1d0d1f1d01d6':
  Move sepolicy declarations to common board file.
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 097eec1..b585a21 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -42,22 +42,3 @@
 
 TARGET_RECOVERY_FSTAB = device/asus/grouper/fstab.grouper
 
-BOARD_SEPOLICY_DIRS := \
-        device/asus/grouper/sepolicy
-
-BOARD_SEPOLICY_UNION := \
-        file_contexts \
-        genfs_contexts \
-        app.te \
-        btmacreader.te \
-        device.te \
-        drmserver.te \
-        init_shell.te \
-        file.te \
-        rild.te \
-        sensors_config.te \
-        shell.te \
-        surfaceflinger.te \
-        system_app.te \
-        system_server.te \
-        zygote.te
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a11128c..0fbd3e0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -77,3 +77,23 @@
 NEED_WORKAROUND_CORTEX_A9_745320 := true
 
 BOARD_USES_GROUPER_MODULES := true
+
+BOARD_SEPOLICY_DIRS += \
+        device/asus/grouper/sepolicy
+
+BOARD_SEPOLICY_UNION += \
+        file_contexts \
+        genfs_contexts \
+        app.te \
+        btmacreader.te \
+        device.te \
+        drmserver.te \
+        init_shell.te \
+        file.te \
+        rild.te \
+        sensors_config.te \
+        shell.te \
+        surfaceflinger.te \
+        system_app.te \
+        system_server.te \
+        zygote.te