From 3425c6319a171d4762499b9c3e3668c7a91ded4e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 21 Dec 2023 23:56:47 +0000 Subject: [PATCH] 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 --- docs/map_files.md | 3 +++ 1 file changed, 3 insertions(+) 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=` is added. + ### platform-only Indicates that the version or symbol is public in the implementation library but