diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 8eef95e763..5806309b95 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -16,8 +16,6 @@ # Base modules and settings for the system partition. PRODUCT_PACKAGES += \ - 20-dns.conf \ - 95-configured \ adb \ adbd \ am \ @@ -26,7 +24,6 @@ PRODUCT_PACKAGES += \ android.hidl.manager-V1.0-java \ android.hidl.memory@1.0-impl \ android.hidl.memory@1.0-impl.vendor \ - android.policy \ android.test.mock \ android.test.runner \ applypatch \ @@ -134,7 +131,6 @@ PRODUCT_PACKAGES += \ libiprouteutil \ libjnigraphics \ libjpeg \ - libkeystore \ liblog \ libm \ libmdnssd \ @@ -167,11 +163,9 @@ PRODUCT_PACKAGES += \ libsqlite \ libstagefright \ libstagefright_amrnb_common \ - libstagefright_avc_common \ libstagefright_enc_common \ libstagefright_foundation \ libstagefright_omx \ - libstagefright_yuv \ libstdc++ \ libsurfaceflinger \ libsurfaceflinger_ddmconnection \ diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 3470a538a2..a4e5fb2411 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -34,7 +34,6 @@ PRODUCT_PACKAGES += \ HTMLViewer \ libaudiopreprocessing \ libfilterpack_imageproc \ - libgabi++ \ libstagefright_soft_aacdec \ libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ @@ -66,7 +65,6 @@ PRODUCT_PACKAGES += \ StatementService \ vndk_snapshot_package \ webview \ - webview_zygote \ PRODUCT_COPY_FILES += \ diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 0d5eccfaba..4e89f5e508 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -46,15 +46,8 @@ PRODUCT_PACKAGES := \ Home \ InputDevices \ KeyChain \ - Keyguard \ LatinIME \ - Launcher3QuickStep \ librs_jni \ - libvideoeditor_core \ - libvideoeditor_jni \ - libvideoeditor_osal \ - libvideoeditorplayer \ - libvideoeditor_videofilters \ local_time.default \ ManagedProvisioning \ MmsService \ @@ -73,9 +66,7 @@ PRODUCT_PACKAGES := \ screenrecord \ SecureElement \ Settings \ - SettingsIntelligence \ SharedStorageBackup \ - SimAppDialog \ StorageManager \ SystemUI \ SysuiDarkThemeOverlay \