From dccce7bbe9673d4b8ce1a3559182767f926e1ff8 Mon Sep 17 00:00:00 2001 From: Ji-Hwan Lee Date: Thu, 3 Apr 2014 14:23:40 +0900 Subject: [PATCH] Add handheld_core_hardware.xml to telephony base Bug: 13683526 Change-Id: I8085fa1abfa460213c3c9fe2a63217ee16b9ff8a --- target/product/full_base_telephony.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk index f98e9a2699..2fd2ce803f 100644 --- a/target/product/full_base_telephony.mk +++ b/target/product/full_base_telephony.mk @@ -27,7 +27,8 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.com.android.dataroaming=true PRODUCT_COPY_FILES := \ - device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml + device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)