Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a92bfa8

Browse files
jacky8hyfTreehugger Robot
authored andcommitted
ANDROID: Disable AF_RXRPC for allmodconfig.
AF_RXRPC imposes a 49 char limit on UTS_RELEASE, but building with BUILD_NUMBER=P12345678 bazel build //common:kernel_x86_64_allmodconfig --config=stamp requires more than 49 chars in UTS_RELEASE. Hence, this module is disabled for allmodconfig. Bug: 273576197 Test: ABTD Change-Id: Ife604db109f870eda2fdbc0668d6bd1f4e4e906e Signed-off-by: Yifan Hong <elsk@google.com>
1 parent ce24789 commit a92bfa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.config.allmodconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ function update_config() {
1010
-e RANDSTRUCT_NONE \
1111
-d RANDSTRUCT_FULL \
1212
-d RANDSTRUCT \
13+
-d AF_RXRPC \
14+
-d AFS_FS \
1315

1416
(cd ${OUT_DIR} && \
1517
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)

0 commit comments

Comments
 (0)