diff options
author | Meng Wang <mewan@google.com> | 2018-02-07 20:53:23 -0800 |
---|---|---|
committer | Meng Wang <mewan@google.com> | 2018-02-15 05:56:39 +0000 |
commit | 443c54f11adac76024c64efae235a2005e51d78c (patch) | |
tree | 9ad7e85538ace7459799eefb2c211af058cf7632 | |
parent | 2e4b27701d1cdae3c4bf901edb78068023542d74 (diff) | |
download | device_google_taimen-443c54f11adac76024c64efae235a2005e51d78c.tar.gz device_google_taimen-443c54f11adac76024c64efae235a2005e51d78c.tar.bz2 device_google_taimen-443c54f11adac76024c64efae235a2005e51d78c.zip |
Use device/sample/etc/apns-full-conf.xml
Bug: 73091197
Test: make - /system/etc/apns-conf.xml same as
device/sample/etc/apns-full-conf.xml
Change-Id: I5502977169e005539e466d68b10f28afd337c7b8
-rw-r--r-- | aosp_taimen.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/aosp_taimen.mk b/aosp_taimen.mk index 2c819de..fa46a05 100644 --- a/aosp_taimen.mk +++ b/aosp_taimen.mk @@ -14,9 +14,6 @@ # limitations under the License. # -# Get the full APNs -PRODUCT_COPY_FILES := device/google/wahoo/apns-full-conf.xml:system/etc/apns-conf.xml - # Inherit from the common Open Source product configuration $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) |