ANDROID: allmodconfig: disable address range information

Disable generating address range information for builtin modules when
building allmodconfig. This is a debug feature and it creates a
dependency to gawk. Hence, disable.

Bug: 367265496
Change-Id: Ida68e84adc4f221712ab50ce4234247a8bce18c7
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich
2024-10-02 22:51:16 +00:00
committed by André Draszik
parent aeb94b0bb9
commit 1389450d38
+1
View File
@@ -12,6 +12,7 @@ function update_config() {
-d RANDSTRUCT \
-d AF_RXRPC \
-d AFS_FS \
-d BUILTIN_MODULE_RANGES \
(cd ${OUT_DIR} && \
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)