walleye: don't pull netutils-wrappers from vendor blobs. am: 6aeff36a6d

am: 846ba05a0d

Change-Id: Ic43685915ba54c2e9ea109f74f6354c043833c4a
This commit is contained in:
Lorenzo Colitti
2017-11-27 23:12:12 +00:00
committed by android-build-merger
3 changed files with 1 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ $(call inherit-product, device/google/muskie/device-walleye.mk)
$(call inherit-product-if-exists, vendor/google_devices/muskie/proprietary/device-vendor-walleye.mk)
PRODUCT_PACKAGES += \
netutils-wrapper-1.0 \
Dialer \
Launcher3 \
WallpaperPicker

View File

@@ -5,7 +5,6 @@
;;
qcom)
TO_EXTRACT="\
system/bin/netutils-wrapper-1.0 \
system/etc/cne/Nexus/ATT/ATT_profiles.xml \
system/etc/cne/Nexus/ROW/ROW_profiles.xml \
system/etc/cne/Nexus/VZW/VZW_profiles.xml \

View File

@@ -14,7 +14,6 @@
# blob(s) necessary for Walleye hardware
PRODUCT_COPY_FILES := \
vendor/qcom/walleye/proprietary/netutils-wrapper-1.0:system/bin/netutils-wrapper-1.0:qcom \
vendor/qcom/walleye/proprietary/ATT_profiles.xml:system/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
vendor/qcom/walleye/proprietary/ROW_profiles.xml:system/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
vendor/qcom/walleye/proprietary/VZW_profiles.xml:system/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \