forked from openkylin/platform_build
Merge "Add vndservicemanager to default builds." into oc-dev
am: a4f90284c7
Change-Id: I13148e6efb9f7ecb57c95000b69392d6ec69b65f
This commit is contained in:
commit
31ee76a1e0
|
@ -78,6 +78,7 @@ PRODUCT_PACKAGES += \
|
||||||
surfaceflinger \
|
surfaceflinger \
|
||||||
tombstoned \
|
tombstoned \
|
||||||
tzdatacheck \
|
tzdatacheck \
|
||||||
|
vndservicemanager \
|
||||||
|
|
||||||
# SELinux packages
|
# SELinux packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -89,7 +90,8 @@ PRODUCT_PACKAGES += \
|
||||||
plat_property_contexts \
|
plat_property_contexts \
|
||||||
plat_seapp_contexts \
|
plat_seapp_contexts \
|
||||||
plat_service_contexts \
|
plat_service_contexts \
|
||||||
selinux_policy
|
selinux_policy \
|
||||||
|
vndservice_contexts
|
||||||
|
|
||||||
# AID Generation for
|
# AID Generation for
|
||||||
# <pwd.h> and <grp.h>
|
# <pwd.h> and <grp.h>
|
||||||
|
|
Loading…
Reference in New Issue