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

Commit 102e75eb 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: I055aec636ccfd3f4c1ca5b8bddaaa455c855e3e9
parent e4b673e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,10 @@ LOCAL_SHARED_LIBRARIES := \
	libdl \
	libexpat

ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
LOCAL_HEADER_LIBRARIES := sound_trigger.primary_headers
endif

LOCAL_C_INCLUDES += \
	external/tinyalsa/include \
	external/tinycompress/include \