From 839996dedbe4d58ccc2b68a5c6780d69a979a436 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 22 Dec 2017 15:40:32 +0000 Subject: [PATCH] gts210velte: Move device-specific feature configs to vendor --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index bfd9bd1..9d89aa8 100644 --- a/device.mk +++ b/device.mk @@ -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 += \