From aeba866ac688116acec8ed5b0fd79fab4e85cddd 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: Ie4f2f06874bf8f307f25b46e17f7c52b2c5dfdce --- full_torospr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full_torospr.mk b/full_torospr.mk index 87c3625..90778b4 100644 --- a/full_torospr.mk +++ b/full_torospr.mk @@ -29,7 +29,7 @@ PRODUCT_PACKAGES := \ PRODUCT_COPY_FILES += \ device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \ device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml \ - frameworks/base/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml + frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -- cgit v1.2.3