From a0f8c621a2512a039074b9151e4ac3bfc2a6f6cc Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 7 Oct 2014 11:08:54 -0700 Subject: Add -no-integrated-as at local level. Later we will enable integrated-as as default at the global level. BUG: 17820427 Change-Id: I51f4ce3ead62c705dd14e46239ce6038a0097741 --- src/modules/audio_processing/aecm/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/audio_processing/aecm/Android.mk b/src/modules/audio_processing/aecm/Android.mk index fff8f52a98..db9aa741b2 100644 --- a/src/modules/audio_processing/aecm/Android.mk +++ b/src/modules/audio_processing/aecm/Android.mk @@ -73,6 +73,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 := \ -- cgit v1.2.3