Merge "Move packages from *_product.mk to *_system_ext.mk"

This commit is contained in:
Treehugger Robot 2020-02-14 21:56:40 +00:00 committed by Gerrit Code Review
commit ae541174cc
4 changed files with 8 additions and 8 deletions

View File

@ -29,16 +29,10 @@ PRODUCT_PACKAGES += \
DeskClock \
Gallery2 \
LatinIME \
Launcher3QuickStep \
Music \
OneTimeInitializer \
Provision \
QuickSearchBox \
Settings \
SettingsIntelligence \
StorageManager \
SystemUI \
WallpaperCropper \
frameworks-base-overlays
PRODUCT_PACKAGES_DEBUG += \

View File

@ -22,3 +22,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk)
# /system_ext packages
PRODUCT_PACKAGES += \
Launcher3QuickStep \
Provision \
Settings \
StorageManager \
SystemUI \
WallpaperCropper \

View File

@ -19,6 +19,4 @@
# /product packages
PRODUCT_PACKAGES += \
CarrierConfig \
Dialer \
EmergencyInfo \

View File

@ -19,3 +19,5 @@
# /system_ext packages
PRODUCT_PACKAGES += \
CarrierConfig \
EmergencyInfo \