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:32:26 -0400
commitf809d06cf53e22cd0f204363145b9b7ee2fdeebd (patch)
treea671349000e1d3310bdafc3d153f04b8bfb0b487
parent26d680b5edde00120726a05c204e97ddef3d246a (diff)
downloadx86-f809d06cf53e22cd0f204363145b9b7ee2fdeebd.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--BoardConfig.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d3f87ee..042ad72 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -36,18 +36,3 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
-
-BOARD_SEPOLICY_UNION += \
- bootanim.te \
- device.te \
- domain.te \
- file.te \
- file_contexts \
- healthd.te \
- installd.te \
- qemud.te \
- rild.te \
- shell.te \
- surfaceflinger.te \
- system_server.te \
- zygote.te