Move group_system_ext and passwd_system_ext to base_system_ext.mk
As we have base_system_ext.mk for the packages in system_ext partition, move the group and passwd files for system_ext partition to base_system_ext.mk. Bug: 141658360 Test: mainline checks pass Change-Id: Iff50482b90ff9877a58c54c8149014e8c103a3c6
This commit is contained in:
@@ -16,3 +16,5 @@
|
|||||||
|
|
||||||
# Base modules and settings for the system_ext partition.
|
# Base modules and settings for the system_ext partition.
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
group_system_ext \
|
||||||
|
passwd_system_ext \
|
||||||
|
@@ -49,7 +49,6 @@ PRODUCT_PACKAGES += \
|
|||||||
fs_config_dirs_nonsystem \
|
fs_config_dirs_nonsystem \
|
||||||
gralloc.default \
|
gralloc.default \
|
||||||
group_odm \
|
group_odm \
|
||||||
group_system_ext \
|
|
||||||
group_vendor \
|
group_vendor \
|
||||||
init_vendor \
|
init_vendor \
|
||||||
libbundlewrapper \
|
libbundlewrapper \
|
||||||
@@ -65,7 +64,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libril \
|
libril \
|
||||||
libvisualizer \
|
libvisualizer \
|
||||||
passwd_odm \
|
passwd_odm \
|
||||||
passwd_system_ext \
|
|
||||||
passwd_vendor \
|
passwd_vendor \
|
||||||
selinux_policy_nonsystem \
|
selinux_policy_nonsystem \
|
||||||
shell_and_utilities_vendor \
|
shell_and_utilities_vendor \
|
||||||
|
Reference in New Issue
Block a user