diff options
author | 2022-07-17 17:41:52 +0900 | |
---|---|---|
committer | 2022-07-19 21:41:07 +0900 | |
commit | d508ed9303ccd58013272de5005f31afa1ce0ed7 (patch) | |
tree | 526bc02a47251de64a43bbd9c13940eba0573fd8 /libs/binder/RpcState.cpp | |
parent | dcc3db7bd101a67010d2739b75ac3869a4417bf2 (diff) |
Replace #apex with #systemapi
Currently, for an API symbol to be accessible to APEXes, it needs to be
marked as either # systemapi or # apex. It was originally just # apex,
but we added # systemapi to clearly identify the origin of the APIs.
The intended use is
* #apex is for APEX-visible symbols that are defined in an APEX
* #systemapi is for APEX-visible symbols that are defined in the
platform (the non-updatable part)
This intention is documented build/soong/docs/map_files.md, but isn't
enforced at all.
With b/239274367, this is now enforced and therefore the #apex tags in
the platform library are replaced with `#systemapi`
This change does not alter any functionality.
Bug: 239274367
Test: m
Change-Id: I9075644877e9cf64b364edbcf5d07eef733c75dc
Diffstat (limited to 'libs/binder/RpcState.cpp')
0 files changed, 0 insertions, 0 deletions