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/android-5.4.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dashboard/config/linux/android-5.4.config') diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config index 4337daf77..2c70d36ab 100644 --- a/dashboard/config/linux/android-5.4.config +++ b/dashboard/config/linux/android-5.4.config @@ -5,10 +5,10 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.4.82 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="Debian clang version 11.0.1-2" +CONFIG_CC_VERSION_TEXT="Debian clang version 11.1.0-4" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=110001 +CONFIG_CLANG_VERSION=110100 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y @@ -5900,7 +5900,7 @@ CONFIG_RAS=y CONFIG_ANDROID=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDERFS=y -CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder" +CONFIG_ANDROID_BINDER_DEVICES="binder0,binder1" # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set CONFIG_ANDROID_VENDOR_HOOKS=y # end of Android -- cgit mrf-deployment