am 2cc25440: Merge "Enable clang compilation."

* commit '2cc2544024364ec532a6d49131cb842fe9b559ae':
  Enable clang compilation.
This commit is contained in:
Chih-Hung Hsieh 2015-05-14 19:27:39 +00:00 committed by Android Git Automerger
commit 6046f4180d

View file

@ -6,8 +6,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libmincrypt
LOCAL_SRC_FILES := dsa_sig.c p256.c p256_ec.c p256_ecdsa.c rsa.c sha.c sha256.c
LOCAL_CFLAGS := -Wall -Werror
# Clang's slp-vectorize phase has segmentation fault when compiling p256_ec.c.
LOCAL_CLANG_CFLAGS += -fno-slp-vectorize
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)