summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-03-26 16:25:50 -0700
committerColin Cross <ccross@android.com>2012-03-26 16:25:50 -0700
commitaeba866ac688116acec8ed5b0fd79fab4e85cddd (patch)
tree1efe1db0bb246ef5445875509c3c64ce7d528d92
parentb0ef3afe924d06b898e448b86f192bc17a0e0d59 (diff)
downloadtorospr-aeba866ac688116acec8ed5b0fd79fab4e85cddd.tar.gz
move hardware feature definitions
Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: Ie4f2f06874bf8f307f25b46e17f7c52b2c5dfdce
-rw-r--r--full_torospr.mk2
1 files changed, 1 insertions, 1 deletions
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)