aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2020-03-01 00:34:32 -0800
committerMichael Bestas <mkbestas@lineageos.org>2020-12-27 16:09:13 +0200
commit58be4279685a5967910da21017d09cefbf5359f8 (patch)
treeb6a1e3c0ce6788ba1713d79193be485919832cd3
parentf6106c04ca736e20a7a5c369d5987aad2e9ae012 (diff)
sdm660-common: Remove unnecessary netutils packages
* These are already packaged by AOSP. Change-Id: I77f91fbbb33a6d891d14fe852b094ab914ca3111
-rw-r--r--sdm660.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sdm660.mk b/sdm660.mk
index e5dbd85..8e332f0 100644
--- a/sdm660.mk
+++ b/sdm660.mk
@@ -324,12 +324,6 @@ PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
-# Netutils
-PRODUCT_PACKAGES += \
- android.system.net.netd@1.0 \
- libandroid_net \
- netutils-wrapper-1.0
-
# OMX
PRODUCT_PACKAGES += \
libc2dcolorconvert \