Fixed raw-adb.
This commit is contained in:
parent
0be787db78
commit
ab49714a03
|
@ -10,10 +10,11 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/zach-klippenstein/goadb"
|
||||
"github.com/zach-klippenstein/goadb/wire"
|
||||
)
|
||||
|
||||
var port = flag.Int("p", wire.AdbPort, "port the adb server is listening on")
|
||||
var port = flag.Int("p", goadb.AdbPort, "port the adb server is listening on")
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
|
|
Loading…
Reference in a new issue