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:
Anton Hansson 2018-06-05 11:32:31 +01:00
parent 50a3560485
commit b2efa69c98
3 changed files with 0 additions and 4 deletions

View File

@ -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 \

View File

@ -26,7 +26,6 @@ PRODUCT_PACKAGES += \
Home \ Home \
TelephonyProvider \ TelephonyProvider \
UserDictionaryProvider \ UserDictionaryProvider \
atrace \
libandroidfw \ libandroidfw \
libaudiopreprocessing \ libaudiopreprocessing \
libaudioutils \ libaudioutils \

View File

@ -35,7 +35,6 @@ PRODUCT_PACKAGES := \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
clatd \ clatd \
clatd.conf \ clatd.conf \
pppd \
screenrecord screenrecord
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \