From 8c6353c9c6cd9e174e575dde95e040fc4f6dd678 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 27 Oct 2021 08:35:20 +0000 Subject: dashboard/config: enable binderfs 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/bits/android-subsystems.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/config/linux/bits/android-subsystems.yml') diff --git a/dashboard/config/linux/bits/android-subsystems.yml b/dashboard/config/linux/bits/android-subsystems.yml index c716cb80a..34d8a6102 100644 --- a/dashboard/config/linux/bits/android-subsystems.yml +++ b/dashboard/config/linux/bits/android-subsystems.yml @@ -29,3 +29,4 @@ config: - USB_CONFIGFS_F_HID - USB_CONFIGFS_F_UVC - USB_CONFIGFS_F_PRINTER + - ANDROID_BINDER_DEVICES: "binder0,binder1" -- cgit mrf-deployment