am 3e1b5f46: Merge "Parameterize use of clang in libc_ndk."

* commit '3e1b5f46c07aef5983ecf2feb1c3369b2cd200c0':
  Parameterize use of clang in libc_ndk.
This commit is contained in:
Dan Albert 2015-02-19 02:37:21 +00:00 committed by Android Git Automerger
commit 43379c9cfd

View file

@ -1123,7 +1123,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libc_ndk
LOCAL_CLANG := true
LOCAL_CLANG := $(use_clang)
LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
LOCAL_CONLYFLAGS := $(libc_common_conlyflags)
LOCAL_CFLAGS := $(libc_common_cflags) -fvisibility=hidden -O0