Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a278f039 authored by fuzz's avatar fuzz
Browse files

cm: Move default ringtone override to telephony.mk

Change-Id: If5bf8f72f9b07271145d910ba5c44dc73748ae27
parent eeeb0888
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)

# Default ringtone
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Orion.ogg \
    ro.config.notification_sound=Argon.ogg \
    ro.config.alarm_alert=Hassium.ogg

+1 −2
Original line number Diff line number Diff line
# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)

# Default ringtone
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Orion.ogg \
    ro.config.notification_sound=Argon.ogg \
    ro.config.alarm_alert=Hassium.ogg

+1 −2
Original line number Diff line number Diff line
@@ -4,9 +4,8 @@ $(call inherit-product, vendor/cm/config/common.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk

# Default ringtone
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Orion.ogg \
    ro.config.notification_sound=Argon.ogg \
    ro.config.alarm_alert=Hassium.ogg

+1 −2
Original line number Diff line number Diff line
@@ -4,9 +4,8 @@ $(call inherit-product, vendor/cm/config/common.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk

# Default ringtone
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Orion.ogg \
    ro.config.notification_sound=Argon.ogg \
    ro.config.alarm_alert=Hassium.ogg

+5 −1
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@ PRODUCT_PACKAGES += \
# Mms depends on SoundRecorder for recorded audio messages
PRODUCT_PACKAGES += \
    SoundRecorder

# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
    ro.config.ringtone=Orion.ogg