replicant-vendor_replicant/config/common_full_phone.mk
Ricardo Cerqueira 53df1df11e Don't assume phones are the only clients for the telephony configuration bits
Data-enabled tablets need love, too

Change-Id: I239823f198260d0f045c6e7305cf04082a8ef1e9
2013-10-29 17:48:25 +00:00

19 lines
523 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=Orion.ogg \
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
endif
$(call inherit-product, vendor/cm/config/telephony.mk)