taimen: don't pull netutils-wrappers from vendor blobs.

These should be compiled from source instead.

Bug: 69718172
Test: Identical to ag/546442, tested on walleye
Change-Id: I2b579a952d0374c5e34c5296f227f638d3630aea
This commit is contained in:
Lorenzo Colitti
2017-11-24 12:40:12 +09:00
parent f64195ffdd
commit dba65101a6
3 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ $(call inherit-product-if-exists, vendor/google_devices/taimen/proprietary/devic
PRODUCT_PACKAGES += \
Dialer \
Launcher3 \
WallpaperPicker
WallpaperPicker \
netutils-wrapper-1.0
PRODUCT_COPY_FILES += \
device/google/taimen/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf

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 Taimen hardware
PRODUCT_COPY_FILES := \
vendor/qcom/taimen/proprietary/netutils-wrapper-1.0:system/bin/netutils-wrapper-1.0:qcom \
vendor/qcom/taimen/proprietary/ATT_profiles.xml:system/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
vendor/qcom/taimen/proprietary/ROW_profiles.xml:system/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
vendor/qcom/taimen/proprietary/VZW_profiles.xml:system/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \