diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2026-01-15 14:20:18 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2026-01-15 14:25:23 +0000 |
| commit | 5757a3d287e4b35ca77da40c5dab0a29506261cd (patch) | |
| tree | e311e2a971447a4e3a60727e90040825b64972cd /dashboard/config/linux/bits | |
| parent | 35459f0913562d902e49f12d4321e0f22e5cff5f (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/android-6.12.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/android-subsystems.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/android.yml | 1 |
3 files changed, 3 insertions, 2 deletions
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 |
