config: Only install audio files on mobile

These are not used on atv and are just wasting space

Change-Id: If571c840767fc83e8dd23fc542873fbb86b7c7e3
This commit is contained in:
Aaron Kling
2023-01-14 21:42:33 -06:00
committed by Nolen Johnson
parent f83ae43615
commit 7b124548da
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
# 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 \