aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2015-04-01 10:20:21 -0400
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-11-04 10:21:55 -0800
commit0b21830ec928a9a70881d2da871ff66109ea5936 (patch)
tree82ea2435f5c616e49de0207f34653a3da9a4be7c
parentef40a7759cf8a7e77ad0325ce86813718fd7a690 (diff)
msm8916-common: 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.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index ffad127..2d0db9a 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -148,15 +148,6 @@ include device/qcom/sepolicy/sepolicy.mk
BOARD_SEPOLICY_DIRS += \
$(VENDOR_PATH)/sepolicy
-BOARD_SEPOLICY_UNION += \
- bluetooth_loader.te \
- healthd.te \
- qseecomd.te \
- surfaceflinger.te \
- wcnss_service.te \
- file_contexts \
- property_contexts
-
# Time services
BOARD_USES_QC_TIME_SERVICES := true