ANDROID: Do not expect rust_binder.ko on ARM32
ARM32 doesn't currently have Rust support in the Android tree. Disabling the expectation that `rust_binder.ko` be produced until we have it. NO_IFTTT=covered when originally landing, this is a fix Bug: 418732047 Change-Id: Ia13cbe35e3e56ffdf60b56ea22f30a6fd4a2e3ff Signed-off-by: Matthew Maurer <mmaurer@google.com>
This commit is contained in:
@@ -9,7 +9,6 @@ This module contains a full list of kernel modules
|
||||
# LINT.IfChange
|
||||
_COMMON_GKI_MODULES_LIST = [
|
||||
# keep sorted
|
||||
"drivers/android/rust_binder.ko",
|
||||
"drivers/block/virtio_blk.ko",
|
||||
"drivers/block/zram/zram.ko",
|
||||
"drivers/bluetooth/btbcm.ko",
|
||||
@@ -100,6 +99,7 @@ _ARM_GKI_MODULES_LIST = [
|
||||
_ARM64_GKI_MODULES_LIST = [
|
||||
# keep sorted
|
||||
"arch/arm64/geniezone/gzvm.ko",
|
||||
"drivers/android/rust_binder.ko",
|
||||
"drivers/char/hw_random/cctrng.ko",
|
||||
"drivers/misc/open-dice.ko",
|
||||
"drivers/ptp/ptp_kvm.ko",
|
||||
@@ -113,6 +113,7 @@ _X86_GKI_MODULES_LIST = [
|
||||
|
||||
_X86_64_GKI_MODULES_LIST = [
|
||||
# keep sorted
|
||||
"drivers/android/rust_binder.ko",
|
||||
"drivers/ptp/ptp_kvm.ko",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user