Merge "Enable clang for arm64."

am: a11a8e5086

Change-Id: If6069ad099ec5068b9b77f1ea84b85ff4a20438d
This commit is contained in:
Chih-Hung Hsieh
2016-08-04 17:19:10 +00:00
committed by android-build-merger

View File

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