commit | 03c4e279a8d0a1862e658a83a4519f56dadb5b72 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Wed May 23 17:18:23 2018 -0700 |
committer | Jayant Chowdhary <jchowdhary@google.com> | Wed May 23 21:11:22 2018 -0700 |
tree | 68bd8fb3d377400ffd3d7378480dbb56d83443ec | |
parent | 826e268c59b569c5bc02d12342740c2881019214 [diff] |
header-abi-diff: Fix return code for extension in presence of elf only changes. Before this change, an elf symbol change not exported through public headers would short circuit the check for api extension. As a result, header-abi-diff would return a compatible return status (0). This isn't correct, extensions should take precedence over elf only changes and an extension status should be returned (non zero). Test: tests/test.py Change-Id: I6907d0ebaf332d019cdf2e264316f7d521e00d82