From ccc62ab4f2f68fa55c18409e84ba1650551361bf Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 26 Mar 2012 16:25:50 -0700 Subject: move hardware feature definitions Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: I2ab863710024d1482756223cae712495029bbd6a --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index b028f3c..cd50597 100644 --- a/device.mk +++ b/device.mk @@ -36,7 +36,7 @@ # These are the hardware-specific features PRODUCT_COPY_FILES := \ - frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml + frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml # GPS config PRODUCT_COPY_FILES += \ -- cgit v1.1