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

Commit 5018596d authored by Bharat Pawar's avatar Bharat Pawar Committed by Gerrit - the friendly Code Review server
Browse files

msm8953/37:audio:config: enable audio HIDL component

- add audio HIDL component

Change-Id: I8661efd69588dc01216aba86278f5d2adba9b784
parent 814f399a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -235,3 +235,10 @@ qcom.hw.aac.encoder=true
#flac sw decoder 24 bit decode capability
PRODUCT_PROPERTY_OVERRIDES += \
flac.sw.decoder.24bit.support=true

# for HIDL related packages
PRODUCT_PACKAGES += \
    android.hardware.audio@2.0-service \
    android.hardware.audio@2.0-impl \
    android.hardware.audio.effect@2.0-impl \
    android.hardware.soundtrigger@2.0-impl
+7 −0
Original line number Diff line number Diff line
@@ -234,3 +234,10 @@ qcom.hw.aac.encoder=true
#flac sw decoder 24 bit decode capability
PRODUCT_PROPERTY_OVERRIDES += \
flac.sw.decoder.24bit.support=true

# for HIDL related packages
PRODUCT_PACKAGES += \
    android.hardware.audio@2.0-service \
    android.hardware.audio@2.0-impl \
    android.hardware.audio.effect@2.0-impl \
    android.hardware.soundtrigger@2.0-impl