Skip to content

Commit

Permalink
Add substantive apns-conf.xml files to aosp build targets
Browse files Browse the repository at this point in the history
This replaces the goldfish version of apns-conf.xml with a
version that contains APN information for worldwide carriers.

Bug: 29826969
Change-Id: I5ad5d606c22ddeee2d078605a47eb2ceaa673102
  • Loading branch information
Nathan Harold committed Jul 22, 2016
1 parent 0e3c611 commit 07640bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aosp_marlin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# Sample: This is where we'd set a backup provider if we had one
# $(call inherit-product, device/sample/products/backup_overlay.mk)

# Provide meaningful APN configuration
PRODUCT_COPY_FILES := device/google/marlin/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)
Expand Down
3 changes: 3 additions & 0 deletions aosp_sailfish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# Sample: This is where we'd set a backup provider if we had one
# $(call inherit-product, device/sample/products/backup_overlay.mk)

# Provide meaningful APN configuration
PRODUCT_COPY_FILES := device/google/marlin/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)
Expand Down

0 comments on commit 07640bc

Please sign in to comment.