Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 248bed03 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chih-hung Hsieh
Browse files

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 8ffb6b76)
parent 258a554f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)