Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53df1df1 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Don't assume phones are the only clients for the telephony configuration bits

Data-enabled tablets need love, too

Change-Id: I239823f198260d0f045c6e7305cf04082a8ef1e9
parent a42a665b
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -15,15 +15,4 @@ ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
        vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
endif

# World APN list
PRODUCT_COPY_FILES += \
    vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml

# World SPN overrides list
PRODUCT_COPY_FILES += \
    vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml

# SIM Toolkit
PRODUCT_PACKAGES += \
    Stk
$(call inherit-product, vendor/cm/config/telephony.mk)

config/telephony.mk

0 → 100644
+12 −0
Original line number Diff line number Diff line
# World APN list
PRODUCT_COPY_FILES += \
    vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml

# World SPN overrides list
PRODUCT_COPY_FILES += \
    vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml

# SIM Toolkit
PRODUCT_PACKAGES += \
    Stk