diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-11-14 08:21:53 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-15 23:40:43 +0100 |
commit | af459b8ab433eb9cbd000a047ec77a0e6c3ff8c7 (patch) | |
tree | 6a0eaca0821535481a8f6573b4b5cf36aa44b5a6 | |
parent | 72519330ddf5586e18be274db37f0732fb9a1a58 (diff) | |
download | device_samsung_maguro-af459b8ab433eb9cbd000a047ec77a0e6c3ff8c7.zip device_samsung_maguro-af459b8ab433eb9cbd000a047ec77a0e6c3ff8c7.tar.gz device_samsung_maguro-af459b8ab433eb9cbd000a047ec77a0e6c3ff8c7.tar.bz2 |
maguro: don't copy sample APNs
Change-Id: Ie4fb64729d160213bfeaff580a54730540b0a1e7
-rw-r--r-- | full_maguro.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/full_maguro.mk b/full_maguro.mk index 810642e..961380c 100644 --- a/full_maguro.mk +++ b/full_maguro.mk @@ -21,9 +21,6 @@ # lines, full and maguro, hence its name. # -# Get the long list of APNs -PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml - # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) # This is where we'd set a backup provider if we had one |