diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk index 36b740a017..e03c212c15 100644 --- a/target/product/handheld_product.mk +++ b/target/product/handheld_product.mk @@ -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 += \ diff --git a/target/product/handheld_system_ext.mk b/target/product/handheld_system_ext.mk index bda4be672b..d935fbfddf 100644 --- a/target/product/handheld_system_ext.mk +++ b/target/product/handheld_system_ext.mk @@ -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 \ diff --git a/target/product/telephony_product.mk b/target/product/telephony_product.mk index a4c7e31f54..3ec954fe9e 100644 --- a/target/product/telephony_product.mk +++ b/target/product/telephony_product.mk @@ -19,6 +19,4 @@ # /product packages PRODUCT_PACKAGES += \ - CarrierConfig \ Dialer \ - EmergencyInfo \ diff --git a/target/product/telephony_system_ext.mk b/target/product/telephony_system_ext.mk index 1b9ee98759..f81a607f63 100644 --- a/target/product/telephony_system_ext.mk +++ b/target/product/telephony_system_ext.mk @@ -19,3 +19,5 @@ # /system_ext packages PRODUCT_PACKAGES += \ + CarrierConfig \ + EmergencyInfo \