gts210velte: Move device-specific feature configs to vendor

This commit is contained in:
Bruno Martins 2017-12-22 15:40:32 +00:00 committed by LuK1337
parent cf75b63bb8
commit 839996dedb
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/vendor/etc/permissions/android.hardware.telephony.cdma.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/vendor/etc/permissions/android.hardware.telephony.gsm.xml
# Audio configuration
PRODUCT_COPY_FILES += \