George Burgess IV 7fef90146b temporarily disable FORTIFY in header-abi-dumper
Bionic's FORTIFY implementation expects clang >= r285906, but
header-abi-dumper uses external/clang, which is a clone of clang at
r275480. This causes header-abi-dumper to emit errors in cases where
clang-3688880 doesn't (e.g.

unsigned char c[2];
// error: no matching function, since clang r275480 doesn't like
// unsigned char * -> char * casts
snprintf(c, sizeof(c), "a");).

Bug: 36076947
Test: Ran header-abi-dumper on external/e2fsprogs/lib/blkid/probe.c
(which previously gave us errors). It now only emits a few warnings.

Change-Id: I9460853b7f94aeb154a4d921a852954d82394055
2017-03-13 20:09:23 +00:00
2016-03-26 20:30:14 -07:00
2015-08-28 13:29:43 -07:00
2017-01-25 21:06:21 -08:00
2017-02-13 12:54:21 -08:00
2015-01-29 22:45:19 -08:00
Description
android_development
592 MiB
Languages
PostScript 31.4%
TypeScript 16.9%
C++ 15.5%
Python 11.8%
Java 11.4%
Other 12.7%