aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/android-subsystems.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: update Android 6.12Aleksandr Nogikh2026-01-151-0/+2
| | | | | | 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: add an android-6.12 configAleksandr Nogikh2025-04-231-3/+5
|
* dashboard/config: enable binderfsAleksandr Nogikh2021-10-291-0/+1
| | | | | | Also, create only 2 binder devices at binderfs creation - we don't need 32 devices anymore, as a separate binderfs instance is now created per each syz-executor.
* dashboard/config/linux: fix ChromeOS full/baseline configsDmitry Vyukov2020-12-111-0/+31
ESD_FS/INCREMENTAL_FS were supposed to be enabled in full config only, but they were enabled only in baseline config. Split chromeos.yml to chromeos.yml and chromeos-subsystems.yml to avoid this mistake in future and the need to write [-baseline]. Also enabled UBS_CONFIG_FS as it seems to be enabled on real devices. Do the same for Android.