mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-04 21:07:18 +09:00
sm6250-common: Build audio stack
Change-Id: Id1e28604c0c83093e309656a2059c517084984f5
This commit is contained in:
parent
351b5c52aa
commit
7723d44913
@ -21,6 +21,22 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
|
|||||||
TARGET_2ND_CPU_ABI2 := armeabi
|
TARGET_2ND_CPU_ABI2 := armeabi
|
||||||
TARGET_2ND_CPU_VARIANT := cortex-a76
|
TARGET_2ND_CPU_VARIANT := cortex-a76
|
||||||
|
|
||||||
|
# Audio
|
||||||
|
AUDIO_FEATURE_ENABLED_AHAL_EXT := false
|
||||||
|
AUDIO_FEATURE_ENABLED_DLKM := true
|
||||||
|
AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
|
||||||
|
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
|
||||||
|
AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false
|
||||||
|
AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true
|
||||||
|
AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
|
||||||
|
AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
|
||||||
|
AUDIO_FEATURE_ENABLED_INSTANCE_ID := true
|
||||||
|
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
|
||||||
|
AUDIO_FEATURE_ENABLED_SSR := false
|
||||||
|
BOARD_SUPPORTS_SOUND_TRIGGER := true
|
||||||
|
BOARD_USES_ALSA_AUDIO := true
|
||||||
|
USE_CUSTOM_AUDIO_POLICY := 1
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := atoll
|
TARGET_BOOTLOADER_BOARD_NAME := atoll
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
|
38
atoll.mk
38
atoll.mk
@ -30,6 +30,44 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fs_config_files
|
fs_config_files
|
||||||
|
|
||||||
|
# Audio
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.audio@6.0-impl \
|
||||||
|
android.hardware.audio.effect@6.0-impl \
|
||||||
|
android.hardware.audio.service \
|
||||||
|
android.hardware.bluetooth.audio@2.0-impl \
|
||||||
|
android.hardware.soundtrigger@2.2-impl
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
audio.a2dp.default \
|
||||||
|
audio.bluetooth.default \
|
||||||
|
audio.primary.atoll \
|
||||||
|
audio.r_submix.default \
|
||||||
|
audio.usb.default \
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
liba2dpoffload \
|
||||||
|
libaudiopreprocessing \
|
||||||
|
libaudio-resampler \
|
||||||
|
libbatterylistener \
|
||||||
|
libbundlewrapper \
|
||||||
|
libcomprcapture \
|
||||||
|
libdownmix \
|
||||||
|
libdynproc \
|
||||||
|
libeffectproxy \
|
||||||
|
libexthwplugin \
|
||||||
|
libhdmiedid \
|
||||||
|
libhfp \
|
||||||
|
libldnhncr \
|
||||||
|
libqcompostprocbundle \
|
||||||
|
libqcomvisualizer \
|
||||||
|
libqcomvoiceprocessing \
|
||||||
|
libreverbwrapper \
|
||||||
|
libsndmonitor \
|
||||||
|
libspkrprot \
|
||||||
|
libvisualizer \
|
||||||
|
libvolumelistener
|
||||||
|
|
||||||
# Rootdir
|
# Rootdir
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.qcom.early_boot.sh \
|
init.qcom.early_boot.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user