commit | 14a6101f53f803cd3003db865096e32aefdbcd89 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Wed Feb 05 16:39:00 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu Feb 06 05:38:13 2020 +0000 |
tree | f2c854c25278c7d30c188a99243c42b094c1da6e | |
parent | 86b453228687fa9d7d4a4020e466f3563af4e7ac [diff] |
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
diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk index 36b740a..e03c212 100644 --- a/target/product/handheld_product.mk +++ b/target/product/handheld_product.mk
@@ -29,16 +29,10 @@ 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 bda4be6..d935fbf 100644 --- a/target/product/handheld_system_ext.mk +++ b/target/product/handheld_system_ext.mk
@@ -22,3 +22,9 @@ # /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 a4c7e31..3ec954f 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 1b9ee98..f81a607 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 \