adsp still crashing
This commit is contained in:
@@ -30,6 +30,7 @@ AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
|
|||||||
BOARD_SUPPORTS_OPENSOURCE_STHAL := true
|
BOARD_SUPPORTS_OPENSOURCE_STHAL := true
|
||||||
BOARD_SUPPORTS_SOUND_TRIGGER := true
|
BOARD_SUPPORTS_SOUND_TRIGGER := true
|
||||||
BOARD_USES_ALSA_AUDIO := true
|
BOARD_USES_ALSA_AUDIO := true
|
||||||
|
TARGET_PROVIDES_LIBAGM := true
|
||||||
TARGET_USES_QCOM_MM_AUDIO := true
|
TARGET_USES_QCOM_MM_AUDIO := true
|
||||||
|
|
||||||
# Boot
|
# Boot
|
||||||
|
@@ -36,6 +36,7 @@ PRODUCT_PACKAGES += \
|
|||||||
audio.primary.pineapple \
|
audio.primary.pineapple \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
audio.usbv2.default \
|
audio.usbv2.default \
|
||||||
|
libats \
|
||||||
libagm_compress_plugin \
|
libagm_compress_plugin \
|
||||||
libagm_mixer_plugin \
|
libagm_mixer_plugin \
|
||||||
libagm_pcm_plugin \
|
libagm_pcm_plugin \
|
||||||
|
@@ -41,7 +41,9 @@ lib_fixups: lib_fixups_user_type = {
|
|||||||
): lib_fixup_vendor_suffix,
|
): lib_fixup_vendor_suffix,
|
||||||
(
|
(
|
||||||
'libar-pal',
|
'libar-pal',
|
||||||
|
'libats',
|
||||||
'liblx-osal',
|
'liblx-osal',
|
||||||
|
'libar-gsl',
|
||||||
): lib_fixup_remove,
|
): lib_fixup_remove,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -44,6 +44,9 @@ vendor/lib64/libPeripheralStateUtils.so
|
|||||||
vendor/lib64/libVoiceSdk.so
|
vendor/lib64/libVoiceSdk.so
|
||||||
vendor/lib64/lib_lvacfs.so
|
vendor/lib64/lib_lvacfs.so
|
||||||
vendor/lib64/libadm.so
|
vendor/lib64/libadm.so
|
||||||
|
vendor/lib64/libagm.so;DISABLE_CHECKELF
|
||||||
|
vendor/lib64/libarmemlog.so;DISABLE_CHECKELF
|
||||||
|
vendor/lib64/libaudio_log_utils.so
|
||||||
vendor/lib64/libaudiofeaturestats.so
|
vendor/lib64/libaudiofeaturestats.so
|
||||||
vendor/lib64/liblistensoundmodel2vendor.so
|
vendor/lib64/liblistensoundmodel2vendor.so
|
||||||
vendor/lib64/libprofileparamstorage.so
|
vendor/lib64/libprofileparamstorage.so
|
||||||
|
Reference in New Issue
Block a user