From 248bed03344831ebe6c4418605bf6770ea9e8f7c Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 3 Aug 2016 10:56:33 -0700 Subject: [PATCH] Enable clang for arm64. emutls should work now with latest prebuilt clang/llvm. BUG: 25642296 Test: build and boot up on arm64 emulator. Change-Id: I5c8dd36a1575436e5fd56e91f7c285f2b3e6546f (cherry picked from commit 8ffb6b76f7a72e14882e09f882494e5f7d5fc45d) --- native/android/Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/native/android/Android.mk b/native/android/Android.mk index 5386e6fec7ec6..da4e4bac6dbc8 100644 --- a/native/android/Android.mk +++ b/native/android/Android.mk @@ -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)