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-subsystems.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits/android-subsystems.yml') 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" -- cgit mrf-deployment