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 += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
ro.control_privapp_permissions=enforce
|
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)
|
ifneq ($(TARGET_DISABLE_LINEAGE_SDK), true)
|
||||||
# Lineage SDK
|
# Lineage SDK
|
||||||
include vendor/lineage/config/lineage_sdk_common.mk
|
include vendor/lineage/config/lineage_sdk_common.mk
|
||||||
|
@@ -1,6 +1,12 @@
|
|||||||
# Inherit common mobile Lineage stuff
|
# Inherit common mobile Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common.mk)
|
$(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
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
|
Reference in New Issue
Block a user