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/android-subsystems.yml | |
| 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/android-subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android-subsystems.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
