summaryrefslogtreecommitdiff
path: root/full_mako.mk
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2012-08-16 23:19:23 -0700
committerIliyan Malchev <malchev@google.com>2012-08-17 16:25:51 -0700
commit120a379028543279200f451cda56c0e2c6adb8ad (patch)
tree9659586ce7d4df717f9e7c6704e01a8562e8f0cc /full_mako.mk
parent152e6a414d224e3646b65c56f6d838f1fc91b559 (diff)
downloadmako-120a379028543279200f451cda56c0e2c6adb8ad.tar.gz
mako: use the proper APN file
Change-Id: Iffa6e7327e8fc33dffb475e5261237ec9f0f5f8a
Diffstat (limited to 'full_mako.mk')
-rw-r--r--full_mako.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/full_mako.mk b/full_mako.mk
index da63387..589b893 100644
--- a/full_mako.mk
+++ b/full_mako.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)
+# Get the long list of APNs
+PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
+
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)