config: Move audio includes back to mobile
Emulator (cuttlefish) is inherited and sets default sound properties, which conflict at build time with Lineage defaults, breaking `car_gsi` targets. Change-Id: I3fb099a77394f8eb4613445c2410d7f568b8a3f5
This commit is contained in:
committed by
Bruno Martins
parent
5c5c497acd
commit
afb819d70c
@@ -1,6 +1,17 @@
|
||||
# Inherit common mobile Lineage stuff
|
||||
$(call inherit-product, vendor/lineage/config/common.mk)
|
||||
|
||||
# Include AOSP audio files
|
||||
include vendor/lineage/config/aosp_audio.mk
|
||||
|
||||
# Include Lineage audio files
|
||||
include vendor/lineage/config/lineage_audio.mk
|
||||
|
||||
# Default notification/alarm sounds
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
# Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
Backgrounds
|
||||
|
Reference in New Issue
Block a user