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

Commit 5538d2be authored by vivek mehta's avatar vivek mehta Committed by Dhananjay Kumar
Browse files

audio:config: enable audio HIDL component

- add audio HIDL component.

Change-Id: I4cb2891a3f241ac54830d5e76392ec7219912993
parent 9065e379
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -230,3 +230,10 @@ audio.noisy.broadcast.delay=600
#offload pausetime out duration to 3 secs to inline with other outputs
PRODUCT_PROPERTY_OVERRIDES += \
audio.offload.pstimeout.secs=3

# 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