summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2015-10-05 23:14:05 -0700
committerdoc HD <doc.divxm@gmail.com>2015-10-06 10:25:57 +0300
commitca2de01fa11b5678cfbb1ad4884f9fff5de2935d (patch)
tree447620fa881c8236a6b1c58eaf3fa7195aac03cd
parent2b2066c9da2a02ebc72f7c80dff93c190bc798ac (diff)
d803: Don't duplicate APN file copylp5.1
Change-Id: I013c6f82923d21400a466fb91b859fea26240f6e
-rw-r--r--d803.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/d803.mk b/d803.mk
index 170cba4..b257882 100644
--- a/d803.mk
+++ b/d803.mk
@@ -17,9 +17,6 @@
# 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)