Skip to content

Commit 5075b7a

Browse files
committed
go get -d ./... breaks build, but it isn't required?
1 parent e9e1460 commit 5075b7a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

make-aar

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ gomobile init
3636
# checkout tagged branch?
3737
# git checkout -b "$VERSION"
3838

39-
# godeps
40-
go get -d ./...
39+
# godeps, for some reason fails with,
40+
# "panic: Lookup called with empty package path"
41+
# but works without it too, for now
42+
# go get -d ./...
4143

4244
# gomobile aar
4345
./build_android.sh intra

0 commit comments

Comments
 (0)