diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-10-27 08:35:20 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-29 10:10:32 +0200 |
| commit | 8c6353c9c6cd9e174e575dde95e040fc4f6dd678 (patch) | |
| tree | 6fb12465a93ed7cb02ee938caf19f6c87993cd63 /dashboard/config/linux/android-5.4.config | |
| parent | 96a31541954f67fa12c6b8361fa77d9c7a3b7665 (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/android-5.4.config')
| -rw-r--r-- | dashboard/config/linux/android-5.4.config | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
