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:
@ -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 := \
|
||||
|
Reference in New Issue
Block a user