Add -no-integrated-as at local level.

Later we will enable integrated-as as default at the global level.

BUG: 17820427

Change-Id: I51f4ce3ead62c705dd14e46239ce6038a0097741
This commit is contained in:
Chih-Hung Hsieh
2014-10-07 11:08:54 -07:00
parent 84a1738586
commit a0f8c621a2

View File

@ -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 := \