Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0937bc2 authored by Sujin Panicker's avatar Sujin Panicker Committed by Gerrit - the friendly Code Review server
Browse files

configs: sdm660: enable soundtrigger hidl hal 2.2 & 2.3

Enable soundtrigger hidl hal 2.2 & 2.3 for SP with
kernel version 4.19.

Change-Id: I20eebc0f579e4a8ddda25d444adc7c36b4eeb106
parent 3758ddca
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -357,6 +357,16 @@ PRODUCT_PACKAGES += \
    android.hardware.audio.effect@6.0 \
    android.hardware.audio.effect@6.0-impl

ifeq ($(TARGET_KERNEL_VERSION), 4.19)
# enable sound trigger hidl hal 2.2
PRODUCT_PACKAGES += \
    android.hardware.soundtrigger@2.2-impl

# enable sound trigger hidl hal 2.3
PRODUCT_PACKAGES += \
    android.hardware.soundtrigger@2.3-impl
endif

PRODUCT_PACKAGES_ENG += \
    VoicePrintTest \
    VoicePrintDemo