Enable clang for arm64.

emutls should work now with latest prebuilt clang/llvm.

BUG: 25642296
Change-Id: I1d6725c7d447c2794997c5eb6c620a123b67753b
This commit is contained in:
Chih-Hung Hsieh
2016-03-04 11:09:46 -08:00
parent 703df7f0fa
commit 8ffb6b76f7

View File

@@ -44,7 +44,4 @@ LOCAL_MODULE := libandroid
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
# Required because of b/25642296
LOCAL_CLANG_arm64 := false
include $(BUILD_SHARED_LIBRARY)