forked from openkylin/platform_build
Remove redundant package includes from makefiles.
These packages are all included in other makefiles in the include hierarchy: - atrace, libdl, libtuils are in embedded.mk - pppd is in base.mk Bug: 80410283 Test: None Change-Id: Id00e1af58f2db57090e89348a19c9b1ee7e3311a
This commit is contained in:
parent
50a3560485
commit
b2efa69c98
|
@ -59,7 +59,6 @@ PRODUCT_PACKAGES += \
|
||||||
libcamera_client \
|
libcamera_client \
|
||||||
libcameraservice \
|
libcameraservice \
|
||||||
libcamera2ndk \
|
libcamera2ndk \
|
||||||
libdl \
|
|
||||||
libdrmclearkeyplugin \
|
libdrmclearkeyplugin \
|
||||||
libclearkeycasplugin \
|
libclearkeycasplugin \
|
||||||
libeffectproxy \
|
libeffectproxy \
|
||||||
|
@ -98,7 +97,6 @@ PRODUCT_PACKAGES += \
|
||||||
libstagefright_omx \
|
libstagefright_omx \
|
||||||
libstagefright_yuv \
|
libstagefright_yuv \
|
||||||
libusbhost \
|
libusbhost \
|
||||||
libutils \
|
|
||||||
libvisualizer \
|
libvisualizer \
|
||||||
libvorbisidec \
|
libvorbisidec \
|
||||||
libmediandk \
|
libmediandk \
|
||||||
|
|
|
@ -26,7 +26,6 @@ PRODUCT_PACKAGES += \
|
||||||
Home \
|
Home \
|
||||||
TelephonyProvider \
|
TelephonyProvider \
|
||||||
UserDictionaryProvider \
|
UserDictionaryProvider \
|
||||||
atrace \
|
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
libaudiopreprocessing \
|
libaudiopreprocessing \
|
||||||
libaudioutils \
|
libaudioutils \
|
||||||
|
|
|
@ -35,7 +35,6 @@ PRODUCT_PACKAGES := \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
clatd \
|
clatd \
|
||||||
clatd.conf \
|
clatd.conf \
|
||||||
pppd \
|
|
||||||
screenrecord
|
screenrecord
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in New Issue