android_system_core/base/include/android-base
Pirama Arumuga Nainar a2df1ef441 Do not customize __format__ for Windows/MinGW to gnu_printf
Bug: http://b/69933090
Bug: http://b/69933068

MinGW uses gnu_printf to force C99 printf analysis with GCC, but clang
does not support gnu_printf.  So just use the default that's used for
other platforms.  This also mirrors upstream commit
015e637b4b/.

Test: m native-host-cross with Clang.
Change-Id: I3deb266d70e25296c4ae1d58637afbabc3d949c1
2018-06-25 11:52:54 -07:00
..
chrono_utils.h Adapt to switch to Clang for Windows host builds 2018-06-25 11:47:52 -07:00
endian.h Add cross-platform <android-base/endian.h>. 2017-02-24 14:03:36 -08:00
errors.h Fix <android-base/*.h> header guards. 2016-03-23 15:04:52 -07:00
file.h Add definition of off64_t for mac os builds 2017-07-25 16:26:23 -07:00
logging.h Add StdioLogger for command-line tools. 2018-05-23 10:06:20 -07:00
macros.h Add SIZEOF_MEMBER. 2018-04-11 12:29:50 -07:00
memory.h Switch to memcpy for accessing misaligned data. 2016-12-07 03:46:55 -08:00
parsedouble.h libbase: add parsedouble.h. 2016-10-19 11:19:42 -07:00
parseint.h Add android::base::ParseByteCount. 2018-04-19 19:49:16 -07:00
parsenetaddress.h Fix <android-base/*.h> header guards. 2016-03-23 15:04:52 -07:00
properties.h libbase: add host properties support. 2018-05-24 18:04:31 -07:00
quick_exit.h base: add quick_exit emulation. 2016-09-13 17:54:50 -07:00
scopeguard.h Allow android::base::ScopeGuard in STL containers 2018-03-26 13:30:09 -07:00
stringprintf.h Do not customize __format__ for Windows/MinGW to gnu_printf 2018-06-25 11:52:54 -07:00
strings.h EndsWith *suffix* 2018-02-27 16:12:55 +09:00
test_utils.h Add StdioLogger for command-line tools. 2018-05-23 10:06:20 -07:00
thread_annotations.h Adding per-method clang thread safety annotations 2018-01-10 12:25:32 -08:00
threads.h base: export GetThreadId. 2018-03-16 15:35:52 -07:00
unique_fd.h base: hopefully fix the mac build. 2017-08-29 21:28:32 -07:00
utf8.h Add (partial) support for Windows long paths 2017-06-28 17:12:37 +00:00