commit | 46879ef2f28b26e0e6ae4812d2288e98e09fb903 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Fri Oct 26 16:15:18 2018 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Wed Nov 07 11:52:11 2018 +0800 |
tree | d295139382f774de43a53006dceeea5e315c5a31 | |
parent | c6e29efb1c0b42f5481d6a41ace4ae622d838c9c [diff] |
Add a command line option to suppress compilation errors Some header files have assumpion on predefined macros or include order, which causes compilation errors when header-abi-dumper parses each header individually. This commit adds the -suppress-errors option that makes header-abi-dumper tolerate the errors. Bug: 117582158 Test: header-abi-dumper -suppress-errors test.h -o test.txt -- Change-Id: Ie0eb278f8c006d1d05a9dcd92a9944289b930505