From 5757a3d287e4b35ca77da40c5dab0a29506261cd Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 15 Jan 2026 14:20:18 +0100 Subject: dashboard/config: update Android 6.12 Use the latest available revision and disable ANDROID_BINDER_IPC - as of now, it's no longer possible to compile in both C and Rust versions at the same time. --- dashboard/config/linux/bits/android-6.12.yml | 2 +- dashboard/config/linux/bits/android-subsystems.yml | 2 ++ dashboard/config/linux/bits/android.yml | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/android-6.12.yml b/dashboard/config/linux/bits/android-6.12.yml index e21d18610..3e1a24c69 100644 --- a/dashboard/config/linux/bits/android-6.12.yml +++ b/dashboard/config/linux/bits/android-6.12.yml @@ -7,7 +7,7 @@ # Following branch: android16-6.12 kernel: repo: https://android.googlesource.com/kernel/common - tag: 0697e85aef2e6a986214cc886be423fee63ae0e2 + tag: 5150a2974c100f8aa5cbfa9a09d804ee4369f61e shell: - make gki_defconfig diff --git a/dashboard/config/linux/bits/android-subsystems.yml b/dashboard/config/linux/bits/android-subsystems.yml index 4eb4097f7..f88acba2e 100644 --- a/dashboard/config/linux/bits/android-subsystems.yml +++ b/dashboard/config/linux/bits/android-subsystems.yml @@ -31,4 +31,6 @@ config: - USB_CONFIGFS_F_HID - USB_CONFIGFS_F_UVC - USB_CONFIGFS_F_PRINTER + - ANDROID_BINDER_IPC: [n, android-6.12] + - ANDROID_BINDER_IPC_RUST: [v6.12, rust] - ANDROID_BINDER_DEVICES: "binder0,binder1" diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml index bdd5fe44f..54f38f2ce 100644 --- a/dashboard/config/linux/bits/android.yml +++ b/dashboard/config/linux/bits/android.yml @@ -13,5 +13,4 @@ config: - KVM_WERROR: n # The kernel hangs during boot on qemu if it's set to 0. - SERIAL_8250_RUNTIME_UARTS: 4 - - ANDROID_BINDER_IPC_RUST: [v6.12] - NET_VENDOR_GOOGLE -- cgit mrf-deployment