commit | 80dca7ba59d440966bb49ebdaf900ff128e10817 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Tue Mar 05 12:47:35 2024 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Tue Mar 05 09:18:39 2024 +0000 |
tree | 0e75cc010d62b3f7b570a757293294dff4ae1d8f | |
parent | 3aef00da3d57b1b9e3ae7228253b62bc963b9d8d [diff] |
Annotate LLNDK functions in non-vendor libraries The ABI tool analyzes the source code of LLNDK libraries. It compiles the source with the flags for core variants where __INTRODUCED_IN_LLNDK does not version the API. To expose the version information to the ABI tool, __INTRODUCED_IN_LLNDK is defined as an "annotate" attribute in core variants. Test: make Bug: 314010764 Change-Id: I798a397f0e7567ca54db5e4aff4235933ebd3943