Move packages from *_product.mk to *_system_ext.mk
These apps have been moved from product to system_ext. Accordingly, they needs to be moved in definition mk files. Bug: 137908189 Test: m Change-Id: I0aba1343b0342887f4bc5bc1cff47f96d4803214 Merged-In: I0aba1343b0342887f4bc5bc1cff47f96d4803214
This commit is contained in:
parent
86b4532286
commit
14a6101f53
4 changed files with 8 additions and 8 deletions
|
@ -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 += \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
# /product packages
|
||||
PRODUCT_PACKAGES += \
|
||||
CarrierConfig \
|
||||
Dialer \
|
||||
EmergencyInfo \
|
||||
|
|
|
@ -19,3 +19,5 @@
|
|||
|
||||
# /system_ext packages
|
||||
PRODUCT_PACKAGES += \
|
||||
CarrierConfig \
|
||||
EmergencyInfo \
|
||||
|
|
Loading…
Reference in a new issue