ANDROID: Delete MODULES_LIST from build configs.
They are controlled by kernel_images.modules_list, which is set by define_common_kernels already. The flags in build.configs has no effect. Test: TH Bug: 287697703 Signed-off-by: Yifan Hong <elsk@google.com> (cherry picked from https://android-review.googlesource.com/q/commit:9bf4e4620ecc801c7eb824210595d9777b4a2ff8) Merged-In: I1e322529476b4db67a1574393819900bdbd41311 Change-Id: I1e322529476b4db67a1574393819900bdbd41311
This commit is contained in:
parent
97a56a07e9
commit
d28f02c47b
3 changed files with 0 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ arch/arm64/boot/Image.gz
|
|||
"
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
|
||||
BUILD_GKI_CERTIFICATION_TOOLS=1
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ arch/riscv/boot/Image.gz
|
|||
"
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
|
||||
BUILD_GKI_CERTIFICATION_TOOLS=1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
|
||||
BUILD_GKI_CERTIFICATION_TOOLS=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue