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
Loading
Please sign in to comment