summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2015-04-01 10:30:07 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2015-04-01 10:31:03 -0400
commitcc341935ec190d1996abffd40452853de29570a7 (patch)
treef7b22fd58081e3de81733cd492ff7bea5e738ed5
parentb1ea6cb6e4a9b3ca287f3a0170ad3f1c1c667727 (diff)
downloadflo-cc341935ec190d1996abffd40452853de29570a7.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>
-rwxr-xr-xBoardConfigCommon.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index b5d761c..ee564f2 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -112,36 +112,6 @@ HAVE_ADRENO_SOURCE:= false
BOARD_SEPOLICY_DIRS += device/asus/flo/sepolicy
-# The list below is order dependent
-BOARD_SEPOLICY_UNION += \
- bluetooth_loader.te \
- bridge.te \
- camera.te \
- conn_init.te \
- device.te \
- domain.te \
- file.te \
- file_contexts \
- hostapd.te \
- init.te \
- irsc_util.te \
- kickstart.te \
- mediaserver.te \
- mpdecision.te \
- netmgrd.te \
- property.te \
- property_contexts \
- qmux.te \
- rild.te \
- rmt.te \
- sensors.te \
- surfaceflinger.te \
- system_server.te \
- tee.te \
- te_macros \
- thermald.te \
- ueventd.te
-
# Enable Minikin text layout engine (will be the default soon)
USE_MINIKIN := true