mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
taimen: don't pull netutils-wrappers from vendor blobs.
am: dba65101a6
Change-Id: I20b5e5b47795c3ac4e6078d2ff3acde6b6d32610
This commit is contained in:
@@ -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.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user