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

Commit 7d6003d9 authored by Matt Mower's avatar Matt Mower Committed by Bruno Martins
Browse files

hal: Make HUAWEI_SOUND_PARAM_PATH a board flag

There's no reason for HUAWEI_SOUND_PARAM_PATH to be a global cflag.

Change-Id: Ib7d0a401d9bea9388fcc167ec8dc30c897ab54e9
parent f663eb33
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,9 @@ ifeq ($(strip $(AUDIO_FEATURE_SAMSUNG_DUAL_SIM)),true)
    LOCAL_SRC_FILES += voice_extn/msim_voice_extn.c
    LOCAL_SRC_FILES += voice_extn/msim_voice_extn.c
endif
endif
endif
endif
ifneq ($(HUAWEI_SOUND_PARAM_PATH),)
    LOCAL_CFLAGS += -DHUAWEI_SOUND_PARAM_PATH=\"$(HUAWEI_SOUND_PARAM_PATH)\"
endif


ifneq ($(filter apq8084 msm8974 msm8226 msm8610,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter apq8084 msm8974 msm8226 msm8610,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_VOIP)),false)
ifneq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_VOIP)),false)