Fixed raw-adb.
This commit is contained in:
parent
0be787db78
commit
ab49714a03
|
@ -10,10 +10,11 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/zach-klippenstein/goadb"
|
||||||
"github.com/zach-klippenstein/goadb/wire"
|
"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() {
|
func main() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
Loading…
Reference in a new issue