-
Notifications
You must be signed in to change notification settings - Fork 1
/
MiSound.mk
34 lines (28 loc) · 935 Bytes
/
MiSound.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Exclude AudioFX
TARGET_EXCLUDES_AUDIOFX := true
# Permissions & Sysconfig
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/,$(TARGET_COPY_OUT_SYSTEM_EXT)/etc)
# Properties {{{
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.audio.hifi=false \
ro.vendor.audio.misound.bluetooth.enable=true \
ro.vendor.audio.ring.filter=true \
ro.vendor.audio.sfx.earadj=true \
ro.vendor.audio.sfx.scenario=true \
ro.vendor.audio.soundfx.type=mi \
ro.vendor.audio.soundfx.usb=true
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.dolby.dax.version=DAX3_3.6.1.6_r1 \
ro.vendor.audio.dolby.dax.support=true \
ro.vendor.audio.dolby.dax.version=DAX3_3.6
# }}}
$(call inherit-product, vendor/xiaomi/sweet-misound/common/common-vendor.mk)