mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
8 lines
357 B
Go
8 lines
357 B
Go
// Copyright 2017 syzkaller project authors. All rights reserved.
|
|
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
package adb
|
|
|
|
// ppc64le does not have golang.org/x/sys/unix.TCGETS2 const required for console.go.
|
|
// so adb is currently turned off on ppc64le, this empty file is just to make build succeed.
|