From 5151c6c2b8f02016068901e7208b778602360123 Mon Sep 17 00:00:00 2001 From: Meng Wang Date: Thu, 8 Feb 2018 14:37:13 -0800 Subject: [PATCH] AOSP telephony uses device/sample APN XML Bug: 73091197 Test: make - /system/etc/apns-conf.xml same as device/sample/etc/apns-full-conf.xml Change-Id: I5e9651066e7a5d4de31d846daf3fe3120476b89f --- target/product/full_base_telephony.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk index 375c6799c..af4097d87 100644 --- a/target/product/full_base_telephony.mk +++ b/target/product/full_base_telephony.mk @@ -24,7 +24,7 @@ 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/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)