hal: enable speaker protection

',' was added accidentally causing speaker protection
not to be enabled. Remove that.

Change-Id: Ieb714a50d297a1c92970d559b5336a2275359164
This commit is contained in:
Anish Kumar 2014-07-16 16:18:51 -07:00 committed by Gerrit - the friendly Code Review server
parent f6d0f278d1
commit d80a139573
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FORMATS)),true)
LOCAL_CFLAGS += -DFORMATS_ENABLED
endif
ifeq ($(strip, $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
LOCAL_CFLAGS += -DSPKR_PROT_ENABLED
LOCAL_SRC_FILES += audio_extn/spkr_protection.c
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include