mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
vm/adb: fix ppc64le build
This commit is contained in:
parent
cf3176e7b8
commit
13051717b5
@ -1,6 +1,8 @@
|
||||
// Copyright 2015 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.
|
||||
|
||||
// +build !ppc64le
|
||||
|
||||
package adb
|
||||
|
||||
import (
|
||||
|
7
vm/adb/adb_ppc64le.go
Normal file
7
vm/adb/adb_ppc64le.go
Normal file
@ -0,0 +1,7 @@
|
||||
// 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.
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2016 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.
|
||||
|
||||
// +build !ppc64le
|
||||
|
||||
package adb
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user