Remove non-existing packages from common mks.
These were found by comparing PRODUCT_PACKAGES to $(ALL_MODULES). It will be made an error for the core makefiles to depend on non-existing modules soon. Bug: 7456955 Bug: 80410283 Test: make Test: diff various products before and after Change-Id: I5d8af175a48172e63926e68f39daad4508f37ccb
This commit is contained in:
parent
7789352e0b
commit
06a23f8414
3 changed files with 0 additions and 15 deletions
|
@ -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.base \
|
||||
android.test.mock \
|
||||
android.test.runner \
|
||||
|
@ -138,7 +135,6 @@ PRODUCT_PACKAGES += \
|
|||
libiprouteutil \
|
||||
libjnigraphics \
|
||||
libjpeg \
|
||||
libkeystore \
|
||||
liblog \
|
||||
libm \
|
||||
libmdnssd \
|
||||
|
@ -171,11 +167,9 @@ PRODUCT_PACKAGES += \
|
|||
libsqlite \
|
||||
libstagefright \
|
||||
libstagefright_amrnb_common \
|
||||
libstagefright_avc_common \
|
||||
libstagefright_enc_common \
|
||||
libstagefright_foundation \
|
||||
libstagefright_omx \
|
||||
libstagefright_yuv \
|
||||
libstdc++ \
|
||||
libsurfaceflinger \
|
||||
libsurfaceflinger_ddmconnection \
|
||||
|
|
|
@ -36,9 +36,7 @@ PRODUCT_PACKAGES += \
|
|||
libdrmframework_jni \
|
||||
libfilterfw \
|
||||
libfilterpack_imageproc \
|
||||
libgabi++ \
|
||||
libgatekeeper \
|
||||
libkeystore \
|
||||
libstagefright_soft_aacdec \
|
||||
libstagefright_soft_aacenc \
|
||||
libstagefright_soft_amrdec \
|
||||
|
@ -68,7 +66,6 @@ PRODUCT_PACKAGES += \
|
|||
StatementService \
|
||||
vndk_snapshot_package \
|
||||
webview \
|
||||
webview_zygote \
|
||||
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -49,15 +49,9 @@ PRODUCT_PACKAGES := \
|
|||
Home \
|
||||
InputDevices \
|
||||
KeyChain \
|
||||
Keyguard \
|
||||
LatinIME \
|
||||
Launcher3QuickStep \
|
||||
librs_jni \
|
||||
libvideoeditor_core \
|
||||
libvideoeditor_jni \
|
||||
libvideoeditor_osal \
|
||||
libvideoeditorplayer \
|
||||
libvideoeditor_videofilters \
|
||||
local_time.default \
|
||||
ManagedProvisioning \
|
||||
MmsService \
|
||||
|
|
Loading…
Reference in a new issue