summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Perret <qperret@google.com>2020-01-30 12:21:17 +0000
committerQuentin Perret <qperret@google.com>2020-01-30 12:23:22 +0000
commit76ded2ad9a9216eb21fc42354a7bd72e3ac76172 (patch)
treed1b9435c89acbd8e0fbb5a64b9415e0e5ada0688
parentce7a3ada03ef579b8b3a1a2fec3bb8589b85ba67 (diff)
downloadbuild-76ded2ad9a9216eb21fc42354a7bd72e3ac76172.tar.gz
build.sh: document {ADDITIONAL}_KMI_WHITELIST
The KMI_WHITELIST and ADDITIONAL_KMI_WHITELISTS parameters are currently not mentionned in the documentation / comment at the top of build.sh. Add the missing documentation. Bug: 148277666 Change-Id: I357e95fd605062b8e57af8ef7549c6fb9fbffa5b Signed-off-by: Quentin Perret <qperret@google.com>
-rwxr-xr-xbuild.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 7a4d1c7d..956cd733 100755
--- a/build.sh
+++ b/build.sh
@@ -59,6 +59,16 @@
# If defined (usually in build.config), also copy that abi definition to
# <OUT_DIR>/dist/abi.xml when creating the distribution.
#
+# KMI_WHITELIST
+# Location of the main KMI whitelist file relative to <REPO_ROOT>/KERNEL_DIR
+# If defined (usually in build.config), also copy that whitelist definition
+# to <OUT_DIR>/dist/abi_whitelist when creating the distribution.
+#
+# ADDITIONAL_KMI_WHITELISTS
+# Location of secondary KMI whitelist files relative to
+# <REPO_ROOT>/KERNEL_DIR. If defined, these additional whitelists will be
+# appended to the main one before proceeding to the distribution creation.
+#
# Environment variables to influence the stages of the kernel build.
#
# SKIP_MRPROPER