diff options
author | Steve Kondik <shade@chemlab.org> | 2012-05-20 22:10:30 -0700 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-06 16:11:57 -0700 |
commit | 59b2aee7708e0561673291872a4bf480c3a33af2 (patch) | |
tree | 42697288c4d3b208d971f9dac9bd15a79f93961d /target | |
parent | b55f13a625f6341bc515cde0215d4b2df1477b24 (diff) | |
download | build-59b2aee7708e0561673291872a4bf480c3a33af2.zip build-59b2aee7708e0561673291872a4bf480c3a33af2.tar.gz build-59b2aee7708e0561673291872a4bf480c3a33af2.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.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk index 4aa4415..4d6fce7 100644 --- a/target/product/full_base_telephony.mk +++ b/target/product/full_base_telephony.mk @@ -23,7 +23,6 @@ PRODUCT_PROPERTY_OVERRIDES := \ keyguard.no_require_sim=true PRODUCT_COPY_FILES := \ - device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) |