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

Data-enabled tablets need love, too

Change-Id: I239823f198260d0f045c6e7305cf04082a8ef1e9
This commit is contained in:
Ricardo Cerqueira 2013-10-29 17:48:25 +00:00
parent a42a665b89
commit 53df1df11e
2 changed files with 13 additions and 12 deletions

View File

@ -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)

12
config/telephony.mk Normal file
View File

@ -0,0 +1,12 @@
# 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