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

Commit 617fb7db authored by Dhananjay Kumar's avatar Dhananjay Kumar Committed by Gerrit - the friendly Code Review server
Browse files

audio: explicitly add audiohal hidl interface in qssi makefile

Explicitly add audio hidl and other libs required in system image to qssi makefile.
This is required to avoid missing these dependent libs on HY11/HY22 builds where
libs are getting recompiled with shipped binaries and dependency check is not done
for each arch separately.

Change-Id: I5ecd414841e1752108e636c4f87974390ba83e0e
parent 13c0c1fa
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -129,3 +129,19 @@ vendor.audio.enable.mirrorlink=false
PRODUCT_PROPERTY_OVERRIDES += \
media.stagefright.audio.deep=false

# for HIDL related packages
PRODUCT_PACKAGES += \
    android.hardware.audio@4.0 \
    android.hardware.audio.common@4.0 \
    android.hardware.audio.common@4.0-util \
    android.hardware.audio.effect@4.0 \
    vendor.qti.hardware.audiohalext@1.0 \
    vendor.qti.hardware.audiohalext-utils

PRODUCT_PACKAGES_ENG += \
    VoicePrintTest \
    VoicePrintDemo

PRODUCT_PACKAGES_DEBUG += \
    AudioSettings