aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/audio_processing/aecm/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/audio_processing/aecm/Android.mk b/src/modules/audio_processing/aecm/Android.mk
index c0b6fd5ab7..27285d7662 100644
--- a/src/modules/audio_processing/aecm/Android.mk
+++ b/src/modules/audio_processing/aecm/Android.mk
@@ -69,6 +69,8 @@ LOCAL_MODULE := libwebrtc_aecm_neon
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := aecm_core_neon.c
+# Assembly code in aecm_core_neon.c does not compile with Clang.
+LOCAL_CLANG_CFLAGS_arm += -no-integrated-as
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \