Build kdump only for 64-bit
It doesn't support 32-bit target. Build crashdump, kexec, and the kernel
only for 64-bit and disable the 32-bit variant.
Bug: N/A
Test: build for aosp_x86 and full
Change-Id: I3fafff4a1a45ab808aa3b8cd720925c6b8f4fef3
diff --git a/microdroid/kdump/kernel/Android.bp b/microdroid/kdump/kernel/Android.bp
index 65cb2be..093e7c7 100644
--- a/microdroid/kdump/kernel/Android.bp
+++ b/microdroid/kdump/kernel/Android.bp
@@ -12,7 +12,7 @@
prebuilt_etc {
name: "microdroid_crashdump_kernel",
- src: "empty", // for other 32-bit architectures like x86 and arm
+ compile_multilib: "64",
arch: {
arm64: {
src: "arm64/kernel-5.15",