diff --git a/aosp_taimen.mk b/aosp_taimen.mk index 5a202b8..75927d6 100644 --- a/aosp_taimen.mk +++ b/aosp_taimen.mk @@ -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 diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt index bfe61ff..a748669 100644 --- a/self-extractors/extract-lists.txt +++ b/self-extractors/extract-lists.txt @@ -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 \ diff --git a/self-extractors/qcom/staging/device-partial.mk b/self-extractors/qcom/staging/device-partial.mk index ae2684f..fee0c8c 100644 --- a/self-extractors/qcom/staging/device-partial.mk +++ b/self-extractors/qcom/staging/device-partial.mk @@ -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 \