summaryrefslogtreecommitdiff
path: root/aosp_sailfish.mk
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2016-07-21 14:04:32 -0700
committerNathan Harold <nharold@google.com>2016-07-22 13:28:24 -0700
commit07640bcd16ee5c8789d86fe4c5a5fa00686c8df4 (patch)
treef10e095302fa28b8ed29ef3ce979b124dbaadf3e /aosp_sailfish.mk
parent0e3c6113e06743953b85fc5eb27aecb71fba44f3 (diff)
downloadmarlin-07640bcd16ee5c8789d86fe4c5a5fa00686c8df4.tar.gz
Add substantive apns-conf.xml files to aosp build targets
This replaces the goldfish version of apns-conf.xml with a version that contains APN information for worldwide carriers. Bug: 29826969 Change-Id: I5ad5d606c22ddeee2d078605a47eb2ceaa673102
Diffstat (limited to 'aosp_sailfish.mk')
-rw-r--r--aosp_sailfish.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk
index 53a79192..e3f77fc7 100644
--- a/aosp_sailfish.mk
+++ b/aosp_sailfish.mk
@@ -17,6 +17,9 @@
# Sample: This is where we'd set a backup provider if we had one
# $(call inherit-product, device/sample/products/backup_overlay.mk)
+# Provide meaningful APN configuration
+PRODUCT_COPY_FILES := device/google/marlin/apns-full-conf.xml:system/etc/apns-conf.xml
+
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)