forked from openkylin/platform_build
Add service_contexts to embedded.mk.
Add service_contexts to embedded.mk to support MAC checks in the service manager. Bug: 12909011 Change-Id: I31f4f4e1acb2be8167f2f11f93c936c18303135a
This commit is contained in:
parent
d707b5aa74
commit
8b834ecedb
|
@ -75,7 +75,8 @@ PRODUCT_PACKAGES += \
|
|||
seapp_contexts \
|
||||
property_contexts \
|
||||
mac_permissions.xml \
|
||||
selinux_version
|
||||
selinux_version \
|
||||
service_contexts
|
||||
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue