ANDROID: Don't compress modules for allmodconfig
*c7ff693fa2introduced 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:
committed by
Giuliano Procida
parent
0ae6fbdf4e
commit
e4bb3c44e1
@@ -7,3 +7,4 @@
|
||||
CONFIG_RANDSTRUCT_NONE=y
|
||||
# CONFIG_SAMPLES is not set
|
||||
# CONFIG_WERROR is not set
|
||||
# CONFIG_MODULE_COMPRESS is not set
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user