commit | b43ee658bbb071cc45bbd8455d3a9b8ec0cbbd4c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jan 19 10:59:34 2016 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Jan 19 10:59:34 2016 -0800 |
tree | 76ceb850e8b419421745bcd71089f8f42bb237af | |
parent | 579f42b78922d8c70e19ea77d2818ec17d0dc6a7 [diff] [blame] |
Switch libc default to clang. * Default to clang when USE_CLANG_PLATFORM_BUILD is not set and the target has no clang bug. BUG: 26102335 Change-Id: Ied6c9dc5593bfbadbb8d8b38e66ea237d649bae5
diff --git a/libc/Android.mk b/libc/Android.mk index 04941f1..375b342 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -632,7 +632,7 @@ endif ifeq ($(use_clang),) - use_clang := false + use_clang := true endif # Try to catch typical 32-bit assumptions that break with 64-bit pointers.