Skip to content

Commit

Permalink
move hardware feature definitions
Browse files Browse the repository at this point in the history
Move the hardware feature xml files from frameworks/base/data/etc
to frameworks/native/data/etc.

Change-Id: Ie4f2f06874bf8f307f25b46e17f7c52b2c5dfdce
  • Loading branch information
colincross committed Mar 26, 2012
1 parent b0ef3af commit aeba866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full_torospr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aeba866

Please sign in to comment.