device/generic/x86
修订版 | f809d06cf53e22cd0f204363145b9b7ee2fdeebd (tree) |
---|---|
时间 | 2015-04-01 23:32:26 |
作者 | Stephen Smalley <sds@tych...> |
Commiter | Stephen Smalley |
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>
@@ -36,18 +36,3 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true | ||
36 | 36 | |
37 | 37 | BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy |
38 | 38 | BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy |
39 | - | |
40 | -BOARD_SEPOLICY_UNION += \ | |
41 | - bootanim.te \ | |
42 | - device.te \ | |
43 | - domain.te \ | |
44 | - file.te \ | |
45 | - file_contexts \ | |
46 | - healthd.te \ | |
47 | - installd.te \ | |
48 | - qemud.te \ | |
49 | - rild.te \ | |
50 | - shell.te \ | |
51 | - surfaceflinger.te \ | |
52 | - system_server.te \ | |
53 | - zygote.te |