diff options
| author | 2016-08-04 17:19:10 +0000 | |
|---|---|---|
| committer | 2016-08-04 17:19:10 +0000 | |
| commit | 9650521ed12d68d3cee37c7bff553b0407816948 (patch) | |
| tree | 419ed7ea70b52503b818bcc230e1c41bb7aad937 | |
| parent | 82957239fea4d09938b5d2ae47c3d6c686f4f6b9 (diff) | |
| parent | a11a8e50863e53124ec86ac248c0781d83f4bc48 (diff) | |
Merge "Enable clang for arm64."
am: a11a8e5086
Change-Id: If6069ad099ec5068b9b77f1ea84b85ff4a20438d
| -rw-r--r-- | native/android/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/android/Android.mk b/native/android/Android.mk index 5386e6fec7ec..da4e4bac6dbc 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) |