aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2021-10-28 14:27:13 +0000
committerDmitry Vyukov <dvyukov@google.com>2021-10-29 10:10:32 +0200
commitb2fb4cbc9a5ecbe98e1fa715b81e17eee621fd2a (patch)
tree8a504a35fbf8581a20a8706eb871abefabc5fffd /tools
parent8c6353c9c6cd9e174e575dde95e040fc4f6dd678 (diff)
tools: do not create /dev/binderN devices for buildroot image
It's not necessary any longer because now we're using binderfs.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-buildroot-image.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/create-buildroot-image.sh b/tools/create-buildroot-image.sh
index 7f89caf23..11ba971c7 100755
--- a/tools/create-buildroot-image.sh
+++ b/tools/create-buildroot-image.sh
@@ -196,9 +196,6 @@ cat >$1/etc/udev/rules.d/50-syzkaller.rules <<EOF
ATTR{name}=="vim2m", SYMLINK+="vim2m"
SUBSYSTEMS=="pci", DRIVERS=="i915", SYMLINK+="i915"
EOF
-for i in {0..31}; do
- echo "KERNEL==\"binder$i\", NAME=\"binder$i\", MODE=\"0666\"" >> $1/etc/udev/rules.d/50-syzkaller.rules
-done
# Override default grub config with timeout 0.
cat >$1/boot/grub/grub.cfg <<EOF