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

Commit e40e3931 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove unnecessary pathmap usage

speex is being removed by the pathmap because libspeexresampler already
exports that include dir automatically if you link against it.

Test: mma
Change-Id: If3d07234696cd24ff0060d829f55d9d50a3df849
parent f9ee5183
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ LOCAL_C_INCLUDES += \
    external/webrtc/webrtc/modules/audio_processing/include \
    $(call include-path-for, audio-effects)

LOCAL_C_INCLUDES += $(call include-path-for, speex)

LOCAL_SHARED_LIBRARIES := \
    libwebrtc_audio_preprocessing \
    libspeexresampler \