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:
committed by
Nolen Johnson
parent
f83ae43615
commit
7b124548da
@@ -78,12 +78,6 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
ro.control_privapp_permissions=enforce
|
||||
|
||||
# Include AOSP audio files
|
||||
include vendor/lineage/config/aosp_audio.mk
|
||||
|
||||
# Include Lineage audio files
|
||||
include vendor/lineage/config/lineage_audio.mk
|
||||
|
||||
ifneq ($(TARGET_DISABLE_LINEAGE_SDK), true)
|
||||
# Lineage SDK
|
||||
include vendor/lineage/config/lineage_sdk_common.mk
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user