diff options
author | 2023-12-21 23:56:47 +0000 | |
---|---|---|
committer | 2023-12-21 23:58:01 +0000 | |
commit | 3425c6319a171d4762499b9c3e3668c7a91ded4e (patch) | |
tree | e3152499accc7796abd8858e04d0b96daffc861a | |
parent | 412b33a6e7af8a2794bb750fb6d71bfab3a10661 (diff) |
stubgen: docs for llndk-deprecate
This doesn't do anything now, but we are using it
to document an API used to be in the LL-NDK. This
is important so that we know not to remove the
symbol (e.g. if it is only in the LL-NDK and not
in the NDK).
Bug: 317293882
Test: N/A
Change-Id: If67715be5572ade7ce1e7c3bd9bc7a98f3da39f5
-rw-r--r-- | docs/map_files.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/map_files.md b/docs/map_files.md index 35e8cbbfc..37f91ecb5 100644 --- a/docs/map_files.md +++ b/docs/map_files.md @@ -134,6 +134,9 @@ both APEX and the LL-NDK. Historically this annotation was spelled `vndk`, but it has always meant LL-NDK. +When an llndk API is deprecated, the `llndk` tag is dropped and +`llndk-deprecate=<V>` is added. + ### platform-only Indicates that the version or symbol is public in the implementation library but |