commit | b1ca6df79dfb662011b81cf20677708b2a6c59f4 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Tue May 07 16:36:47 2019 -0700 |
committer | Logan Chien <loganchien@google.com> | Thu May 09 12:00:22 2019 -0700 |
tree | 7fad07419bf8960d8575bb2a9b5d44510635ea14 | |
parent | 2d4d67b7475cd86120adf5b541cf815babb8746f [diff] |
header-checker: Add -allow-adding-removing-weak-symbols This commit adds `-allow-adding-removing-weak-symbols` option to `header-abi-diff`. This allows vendor-specific branch to add or remove weak symbols from their VNDK shared libs. This is sometimes necessary when venders have their compiler toolchain or use different compiler flags (e.g. inline heuristics). Bug: 112760591 Test: ./tests/test.py Change-Id: I94bceacc90cab093e8aa602bb7d866d6f433c5c7