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

Commit 49543eab authored by Vijay Venkatraman's avatar Vijay Venkatraman
Browse files

For msm8996, add dep on sound_trigger.primary_headers

Since that lib will not be copying headers anymore

Bug: 33241851
Test: Build sailfish target and pass CTS audio tests
Change-Id: I9bc0262fc720fa8e81be2d7ded6d16eaa81db305
parent c1862e3a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -122,6 +122,10 @@ ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
    LOCAL_CFLAGS += -DSOUND_TRIGGER_PLATFORM_NAME=$(TARGET_BOARD_PLATFORM)
    LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/sound_trigger
    LOCAL_SRC_FILES += audio_extn/soundtrigger.c
ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
LOCAL_HEADER_LIBRARIES := sound_trigger.primary_headers
endif

endif

ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)