Commit Graph

5 Commits

Author SHA1 Message Date
Glenn Kasten
a01f0c4df6 Fix spelling typos
Test: generate library change
Change-Id: If54204a6f7b625e5884a688fa20747315a250543
2018-10-26 13:41:38 -07:00
Logan Chien
f120783abd header-checker: Code cleanup
This commit cleans up several whitespaces nits, re-indent the code,
remove unnecessary data member initializers, and add missing header
guards.

Test: ./tests/test.py
Change-Id: Ibc355441aaa110280b263c5c3d8fc766941b08af
2018-10-17 09:46:24 +08:00
Logan Chien
add620d230 Remove full paths from abi_diff.proto
This commit removes the full import path from abi_diff.proto so that
header-abi-dumper can be built separately.

Test: ./tests/test.py
Change-Id: Iec5062dc7ddecfec0f2fdac5993513fd647475ae
2018-08-14 18:26:34 +08:00
Yifan Hong
3485fc96fd Fix number of * in VNDK ABI output.
Test: pass
Change-Id: If909ca6f4429cd25a4a0dd1e40ee090a2b7f985e
2017-07-12 17:22:09 -07:00
Jayant Chowdhary
eb755c1323 Merge abi diffs, improve linking performance.
Bug: 38325544

Test:
As shown by out/build.trace.gz when using built header-abi-linker to
link .sdump files produced by header-abi-linker.

Without fix:
Time taken to produce libc.so.lsdump by header-abi-linker => ~51 sec
With fix:
Time taken to produce libc.so.lsdump by header-abi-linker => ~3 sec

Bug: 38325929

Test: merged abiff reports of libjpeg, libc.

Change-Id: Iae54f4754d8b0407fabdb8bc8550a7f7b3479f8f
2017-05-19 09:40:15 -07:00