aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-15 10:37:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-15 10:19:39 +0000
commit33fec5a3ec55bce7f1664e70e6f5ff8daf56886d (patch)
tree1145b24ee92f5e397718609a112b274f06cd48a6 /vm/vm.go
parentbd62a9525ad480f1503acfee7c29e1b0ce5a2749 (diff)
vm/odroid: delete
Delete support for odroid board. It's build broken for >3 years (at least on 8ba8079b119f). We keep it in history and if it's resurrected, it needs to be merged with vm/isolated and most code needs to be at least build-tested (mock out only the C interface).
Diffstat (limited to 'vm/vm.go')
-rw-r--r--vm/vm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/vm.go b/vm/vm.go
index cc2b19f90..f18862bd3 100644
--- a/vm/vm.go
+++ b/vm/vm.go
@@ -31,7 +31,6 @@ import (
_ "github.com/google/syzkaller/vm/gce"
_ "github.com/google/syzkaller/vm/gvisor"
_ "github.com/google/syzkaller/vm/isolated"
- _ "github.com/google/syzkaller/vm/odroid"
_ "github.com/google/syzkaller/vm/proxyapp"
_ "github.com/google/syzkaller/vm/qemu"
_ "github.com/google/syzkaller/vm/starnix"