summaryrefslogtreecommitdiffstats
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:14 -0400
commit582db2749ea6d9bc98d64f59e302221227f5ff99 (patch)
treefef6bdd9ca2927cb9681d8210e106e259f811913
parent9ade14663b97581a4297047e359ca1cae9ac8399 (diff)
downloadandroid_device_generic_mips-582db2749ea6d9bc98d64f59e302221227f5ff99.tar.gz
android_device_generic_mips-582db2749ea6d9bc98d64f59e302221227f5ff99.tar.bz2
android_device_generic_mips-582db2749ea6d9bc98d64f59e302221227f5ff99.zip
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.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e756002..dc25d68 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -36,14 +36,3 @@ BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
-BOARD_SEPOLICY_UNION += \
- bootanim.te \
- device.te \
- domain.te \
- file.te \
- file_contexts \
- qemud.te \
- rild.te \
- shell.te \
- surfaceflinger.te \
- system_server.te