summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlises Mendez Martinez <umendez@google.com>2022-09-21 23:08:13 +0000
committerUlises Mendez Martinez <umendez@google.com>2022-10-19 09:40:31 +0000
commit544c437b14ac9a31347d7698f37a818fb59602cd (patch)
treeb48620f72ccf5d26c7b8cc4c80daafe09cf97ae5
parent820d568b22b971f1271dbd6e5b40091093c1f909 (diff)
downloadbuild-544c437b14ac9a31347d7698f37a818fb59602cd.tar.gz
kleaf: docs: Add missing KMI_SYMBOL_LIST_ADD_ONLY
Bug: 248004337 Signed-off-by: Ulises Mendez Martinez <umendez@google.com> Change-Id: I99ec941b8f13766395fa370843af67d5abfd8aab (cherry picked from commit 0698da54e1ab185a197346e0a37c377838500d8b)
-rw-r--r--kleaf/docs/build_configs.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/kleaf/docs/build_configs.md b/kleaf/docs/build_configs.md
index 4ec40a1..7af64e2 100644
--- a/kleaf/docs/build_configs.md
+++ b/kleaf/docs/build_configs.md
@@ -94,6 +94,7 @@ _"Not supported"_ is displayed. Contact [owners](../OWNERS) if you need support.
* [`MKBOOTIMG_PATH`](#mkbootimg_path)
* [`BUILD_GKI_ARTIFACTS`](#build_gki_artifacts)
* [`GKI_KERNEL_CMDLINE`](#gki_kernel_cmdline)
+* [`KMI_SYMBOL_LIST_ADD_ONLY`](#kmi_symbol_list_add_only)
## BUILD\_CONFIG
@@ -551,7 +552,7 @@ See [documentation for all rules].
Specify in the build config.
-## LZ4\_RAMDISK_COMPRESS_ARGS
+## LZ4\_RAMDISK\_COMPRESS\_ARGS
Specify in the build config.
@@ -566,7 +567,7 @@ See [documentation for all rules].
See [documentation for ABI monitoring].
-## KMI\_SYMBOL_LIST\_STRICT\_MODE
+## KMI\_SYMBOL\_LIST\_STRICT\_MODE
```python
kernel_build(kmi_symbol_list_strict_mode=...)
@@ -733,6 +734,16 @@ $ bazel build --kbuild_symtypes ...
See [symtypes.md](symtypes.md) for details.
+## KMI\_SYMBOL\_LIST\_ADD\_ONLY
+
+```python
+kernel_build_abi(kmi_symbol_list_add_only=...)
+```
+
+See [documentation for all rules].
+
+See [documentation for ABI monitoring].
+
[documentation for all rules]: https://ci.android.com/builds/latest/branches/aosp_kernel-common-android-mainline/targets/kleaf_docs/view/index.html
[documentation for `genrule`]: https://bazel.build/reference/be/general#genrule