From ed3e87f71e79614f39e963e510c1e594d35a2ea2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 18 Jun 2025 12:23:26 +0200 Subject: dashboard/config: regenerate Android 6.12 configs Now that Rust Binder has been merged into the tree, we can enable it. --- dashboard/config/linux/bits/android-6.12.yml | 5 ++++- dashboard/config/linux/bits/android.yml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (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 09a79665c..e21d18610 100644 --- a/dashboard/config/linux/bits/android-6.12.yml +++ b/dashboard/config/linux/bits/android-6.12.yml @@ -7,7 +7,10 @@ # Following branch: android16-6.12 kernel: repo: https://android.googlesource.com/kernel/common - tag: 063f6b76b907ee6cbe102cdd80e1c850d4eaa7c9 + tag: 0697e85aef2e6a986214cc886be423fee63ae0e2 shell: - make gki_defconfig + +config: + - CMDLINE: [append, "binder.impl=rust"] diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml index 0aba217cc..b186c5dbf 100644 --- a/dashboard/config/linux/bits/android.yml +++ b/dashboard/config/linux/bits/android.yml @@ -13,3 +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] -- cgit mrf-deployment