Fixed raw-adb.

This commit is contained in:
Zach Klippenstein 2015-05-03 18:21:49 -07:00
parent 0be787db78
commit ab49714a03

View file

@ -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()