platform_build_soong/cc/symbolfile
Jiyong Park 85cc35a143 Distinguish # apex and # systemapi symbols
Previously, the symbol tag `# apex` was treated the same as `#
systemapi`. With this CL, they have different meanings.

`# systemapi`: APIs that are defined in the platform (the non-updatable
part), and are exposed to unbundled system components like APEX

`# apex`: APIs that are defined in the APEX and are exposed to the
platform or other APEXes

Bug: 239274367
Test: m
Change-Id: I0484ea349656dbbd337e5fe3a5970f0ad275b807
2022-07-19 13:47:19 +09:00
..
.gitignore
__init__.py Distinguish # apex and # systemapi symbols 2022-07-19 13:47:19 +09:00
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
mypy.ini
OWNERS
test_symbolfile.py Distinguish # apex and # systemapi symbols 2022-07-19 13:47:19 +09:00