commit | c2b2a8d1c6cd16d43bff0583f0d130ee2b7281f7 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Tue Feb 27 19:26:01 2024 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Mon Mar 18 12:35:26 2024 +0800 |
tree | 99d7ab55331cd2dc15695ba80c3b674dba34b88b | |
parent | 952c10f586fd9e94e306f1f42c3426ae628d86c1 [diff] |
Dump bit width from classes The ABI tool dumps bit width for bit fields in classes. It reports any bit width change as ABI difference. It can detect the case where a bit field is resized without affecting the other fields. Test: ANDROID_BUILD_TOP=`realpath .` \ PATH=$PATH:`realpath out/soong/dist/bin` \ development/vndk/tools/header-checker/tests/test.py Bug: 323447559 Change-Id: I669155a98a870b87a1ca8ea44f3f848358b304a8