summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-05-20 22:10:30 -0700
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-17 17:53:45 +0000
commit30a37f7a5ec7a7a77b267349511b17a7090fc283 (patch)
tree4b8e1bb9cc9398b5c275fdb19e30c508b349e9b3 /target
parent1e111c40be680184eaf3d5288fcabd9893890a17 (diff)
downloadbuild-30a37f7a5ec7a7a77b267349511b17a7090fc283.zip
build-30a37f7a5ec7a7a77b267349511b17a7090fc283.tar.gz
build-30a37f7a5ec7a7a77b267349511b17a7090fc283.tar.bz2
build: Stop installing the sample APN list
* Sample APN list is always being installed, we don't want this in CM. Change-Id: I74b97f3af545c4a7568d3001e1435c63cfbc7de8
Diffstat (limited to 'target')
-rw-r--r--target/product/full_base_telephony.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk
index b8f60dc..3b44adb 100644
--- a/target/product/full_base_telephony.mk
+++ b/target/product/full_base_telephony.mk
@@ -25,8 +25,5 @@ PRODUCT_PACKAGES := \
PRODUCT_PROPERTY_OVERRIDES := \
keyguard.no_require_sim=true
-PRODUCT_COPY_FILES := \
- device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml
-
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)