Let common_mini_phone inherit from commonized telephony.mk

See: http://review.cyanogenmod.org/52650

Change-Id: Ifb074fb380cdd84e6ace49631ec54a8cef45c457
This commit is contained in:
Matt Mower 2013-10-29 16:48:24 -05:00
parent f95c297a07
commit 91e1e7c6b5
1 changed files with 1 additions and 11 deletions

View File

@ -20,15 +20,5 @@ ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/320.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)