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

Commit a8932c21 authored by Vikram Panduranga's avatar Vikram Panduranga
Browse files

hal: fix a typo in make file

Fix a typo in Android.mk that was preventing
enablement of dynamic ECNS feature.

Change-Id: I31413e87de9c871154f7e54792a45933a10d1ef6
parent 20e53a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DYNAMIC_LOG)), true)
    LOCAL_SHARED_LIBRARIES += libaudio_log_utils
endif

ifeq ($(strip $($AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS)),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS)),true)
    LOCAL_CFLAGS += -DDYNAMIC_ECNS_ENABLED
endif