diff --git a/aosp_marlin.mk b/aosp_marlin.mk index e218401f..edc959f2 100644 --- a/aosp_marlin.mk +++ b/aosp_marlin.mk @@ -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) diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk index 53a79192..e3f77fc7 100644 --- a/aosp_sailfish.mk +++ b/aosp_sailfish.mk @@ -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)