Skip to content

Commit 6a1f7ad

Browse files
committed
vendor: build ims with caf telephony
Signed-off-by: liquid0624 <rjbirnesser@gmail.com>
1 parent 349924d commit 6a1f7ad

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

config/common.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
3434
# Don't compile SystemUITests
3535
EXCLUDE_SYSTEMUI_TESTS := true
3636

37-
# Default notification/alarm sounds
37+
# Default ringtone/notification/alarm sounds
3838
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
39+
ro.config.ringtone=Zen_too.ogg,Dione.ogg \
3940
ro.config.notification_sound=Popcorn.ogg \
4041
ro.config.alarm_alert=Bright_morning.ogg
4142

config/telephony.mk

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,8 @@ PRODUCT_PACKAGES += \
1414

1515
# Telephony
1616
PRODUCT_PACKAGES += \
17+
ims-ext-common \
1718
telephony-ext
1819

1920
PRODUCT_BOOT_JARS += \
2021
telephony-ext
21-
22-
# Default ringtone
23-
PRODUCT_PROPERTY_OVERRIDES += \
24-
ro.config.ringtone=Orion.ogg
25-
26-
# Tethering - allow without requiring a provisioning app
27-
# (for devices that check this)
28-
PRODUCT_PROPERTY_OVERRIDES += \
29-
net.tethering.noprovisioning=true
30-
31-
# Default ringtone
32-
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
33-
ro.config.ringtone=The_big_adventure.ogg

0 commit comments

Comments
 (0)