Pass system include dirs to header ABI checker
This commit fixes the incomplete ABI dumps for libc. The ABI checker counts export_system_include_dir in the exported headers. It writes the functions and types defined in the system headers to the dump files. Test: make Bug: 314010764 Change-Id: Ieae48d13b4fc4381c87a017213019e940d498967
This commit is contained in:
@@ -92,7 +92,8 @@ type SAbiProperties struct {
|
||||
|
||||
// Include directories that may contain ABI information exported by a library.
|
||||
// These directories are passed to the header-abi-dumper.
|
||||
ReexportedIncludes []string `blueprint:"mutated"`
|
||||
ReexportedIncludes []string `blueprint:"mutated"`
|
||||
ReexportedSystemIncludes []string `blueprint:"mutated"`
|
||||
}
|
||||
|
||||
type sabi struct {
|
||||
|
Reference in New Issue
Block a user