3325783298
Change-Id: I89220fae961f483dad8b92faaee9ed8fe6c8a7cf
21 lines
352 B
Makefile
21 lines
352 B
Makefile
#
|
|
# This policy configuration will be used by all products that
|
|
# inherit from CM
|
|
#
|
|
|
|
BOARD_SEPOLICY_DIRS += \
|
|
vendor/cm/sepolicy
|
|
|
|
BOARD_SEPOLICY_UNION += \
|
|
file.te \
|
|
file_contexts \
|
|
fs_use \
|
|
genfs_contexts \
|
|
seapp_contexts \
|
|
installd.te \
|
|
netd.te \
|
|
system.te \
|
|
ueventd.te \
|
|
vold.te \
|
|
mac_permissions.xml
|