diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 19:14:22 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 21:24:28 +0100 |
| commit | 7166c8652080a3d7d3f57851987090dec92cfb19 (patch) | |
| tree | bfac04c35f2fe7e18ed95a91c4c5e60f922d18b6 /sys/syz-extract/extract.go | |
| parent | 5aac8b06c60bef3dbf4d66032a2082b219904efb (diff) | |
sys/linux: add ion and ashmem devices support
Note: ion supercedes the old android interface,
which is moved to sys/android.
Diffstat (limited to 'sys/syz-extract/extract.go')
| -rw-r--r-- | sys/syz-extract/extract.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 41ec1e1c9..81067615a 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -99,7 +99,6 @@ func main() { failf("failed to find sys files: %v", err) } androidFiles := map[string]bool{ - "ion.txt": true, "tlk_device.txt": true, } for _, f := range matches { |
