Move Mms from phone specific to telephony

Tablets want MMS too (carriers send messages, etc), lets make this
for any device inherenting telephony.mk

Change-Id: Ida0e86d1f4d982580cef72816f93f88d0b0313e4
This commit is contained in:
Brandon Bennett 2013-11-22 15:44:42 -07:00 committed by Gerrit Code Review
parent 407450598a
commit 9fe4b928be
3 changed files with 1 additions and 7 deletions

View File

@ -7,9 +7,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
PRODUCT_PACKAGES += \
Mms
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip

View File

@ -13,9 +13,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
PRODUCT_PACKAGES += \
Mms
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/320.zip:system/media/bootanimation.zip

View File

@ -8,5 +8,5 @@ PRODUCT_COPY_FILES += \
# SIM Toolkit
PRODUCT_PACKAGES += \
Mms \
Stk