diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-06-18 12:23:26 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-06-18 12:46:49 +0000 |
| commit | ed3e87f71e79614f39e963e510c1e594d35a2ea2 (patch) | |
| tree | b0c1a284bb840429ba38782fb51c623617e51210 /dashboard/config/linux/bits | |
| parent | ca631f7098b55b2140424623351d938ec25bc756 (diff) | |
dashboard/config: regenerate Android 6.12 configs
Now that Rust Binder has been merged into the tree, we can enable it.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/android-6.12.yml | 5 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/android.yml | 1 |
2 files changed, 5 insertions, 1 deletions
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] |
