ANDROID: Don't compress modules for allmodconfig

* c7ff693fa2 introduced a new option `MODULE_COMPRESS_ALL` which
  automatically compress all modules depending on `MODULE_COMPRESS`
  value which for `allmodconfig` targets is enabled. This commit
  disables this config to keep producing uncompressed modules.

Fixes: c7ff693fa2 ("module: Split modules_install compression and in-kernel decompression")
Bug: 380070392
Change-Id: Id2d166cc32f45a0be07950a4af9d3e02f7af5d76
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
Ulises Mendez Martinez
2024-11-21 15:39:54 +00:00
committed by Giuliano Procida
parent 0ae6fbdf4e
commit e4bb3c44e1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,3 +7,4 @@
CONFIG_RANDSTRUCT_NONE=y
# CONFIG_SAMPLES is not set
# CONFIG_WERROR is not set
# CONFIG_MODULE_COMPRESS is not set
+1
View File
@@ -8,3 +8,4 @@ CONFIG_UNWINDER_FRAME_POINTER=y
CONFIG_RANDSTRUCT_NONE=y
# CONFIG_SAMPLES is not set
# CONFIG_WERROR is not set
# CONFIG_MODULE_COMPRESS is not set
+1
View File
@@ -8,3 +8,4 @@ CONFIG_UNWINDER_FRAME_POINTER=y
CONFIG_RANDSTRUCT_NONE=y
# CONFIG_SAMPLES is not set
# CONFIG_WERROR is not set
# CONFIG_MODULE_COMPRESS is not set