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

Commit 7947b4d9 authored by Hans Chang's avatar Hans Chang Committed by Gerrit - the friendly Code Review server
Browse files

Configs: Add DLKM feature flag.

 Add DLKM feature flag for the targets using DLKM

Change-Id: I6b75cb37ca050fa8c0f4eafab6540c94a99c8637
parent c34d8d79
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
BOARD_SUPPORTS_QAHW := false
AUDIO_FEATURE_ENABLED_RAS := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_DLKM := true
##AUDIO_FEATURE_FLAGS

#Audio Specific device overlays
@@ -221,6 +222,10 @@ vendor.audio_hal.period_multiplier=3
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.adm.buffering.ms=2

#enable mirror-link feature
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.enable.mirrorlink=false

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