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:
parent
a42a665b89
commit
53df1df11e
@ -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
12
config/telephony.mk
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user