summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2015-04-01 10:30:08 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2015-04-01 10:31:40 -0400
commit9be96591e363e4e63f94a6827b351eb61db37a60 (patch)
tree7a3707a5a5f911ddc8bea800a16ef34a8b15ab57
parent492907df8d3d9ce0d89f7a77b2a563c2e6ed27e9 (diff)
downloadgrouper-9be96591e363e4e63f94a6827b351eb61db37a60.tar.gz
Drop BOARD_SEPOLICY_UNION.
As suggested in the comments on https://android-review.googlesource.com/#/c/141560/ drop BOARD_SEPOLICY_UNION and simplify the build_policy logic. Union all files found under BOARD_SEPOLICY_DIRS. Change-Id: I4214893c999c23631f5456cb1b8edd59771ef13b Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
-rw-r--r--BoardConfigCommon.mk27
1 files changed, 1 insertions, 26 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index bb9dc1c..429d2f7 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -83,29 +83,4 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME)
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true
-BOARD_SEPOLICY_DIRS += \
- device/asus/grouper/sepolicy
-
-BOARD_SEPOLICY_UNION += \
- file_contexts \
- genfs_contexts \
- bluetooth.te \
- device.te \
- domain.te \
- drmserver.te \
- touch_fw_update.te \
- file.te \
- gpsd.te \
- keystore.te \
- lmkd.te \
- mediaserver.te \
- recovery.te \
- rild.te \
- sensors_config.te \
- setup_fs.te \
- surfaceflinger.te \
- system_app.te \
- system_server.te \
- ueventd.te \
- vold.te \
- radio.te
+BOARD_SEPOLICY_DIRS += device/asus/grouper/sepolicy