Merge "Parameterize use of clang in libc_ndk."

This commit is contained in:
Dan Albert 2015-02-19 02:33:08 +00:00 committed by Gerrit Code Review
commit 3e1b5f46c0

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