index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
android
/
go_android_exec.go
Age
Commit message (
Expand
)
Author
2023-05-01
misc/android: rename to misc/go_android_exec, make go build work
Austin Clements
2023-04-28
misc/android: rework GOROOT installation
Bryan C. Mills
2022-09-06
misc: use strings.Builder
cuiweixie
2021-08-13
all: gofmt more (but vendor, testdata, and top-level test directories)
Dmitri Shuralyov
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2019-05-09
misc/android: silence adb output unless an error occurs
Elias Naur
2019-03-21
misc/android: pass on GOPROXY to device environment
Elias Naur
2019-03-15
misc/android: copy go.mod and go.sum files
Elias Naur
2019-03-12
misc/android: fix detection of GOROOT tests
Elias Naur
2019-03-11
misc/android: copy less from GOROOT to the device
Elias Naur
2019-03-08
misc/android: enable many more tests on GOOS=android
Elias Naur
2019-03-02
misc/android: use adb exec-out instead of adb shell to avoid buffering
Elias Naur
2019-03-01
androidtest.bash: delete
Elias Naur
2019-03-01
misc/android,misc/ios: evaluate current working directory symlinks
Elias Naur
2019-03-01
misc/android: adb push --sync testdata
Elias Naur
2019-03-01
misc/android: evaluate symlinks before comparing GOROOT and GOPATH
Elias Naur
2019-02-26
misc/android: copy testdata directories to device before running
Elias Naur
2019-02-26
misc/android: serialize adb commands on android emulators
Elias Naur
2019-02-26
misc/android,cmd/dist: move $GOROOT copying to the exec wrapper
Elias Naur
2019-02-24
misc: wait for device readyness in the exec wrapper
Elias Naur
2019-02-22
misc/android: add build constraints on files intended to be built by filename...
Bryan C. Mills
2018-05-23
misc/android: forward SIGQUIT to the process running on the device
Elias Naur
2018-01-20
misc,src: add support for specifying adb flags to the android harness
Elias Naur
2017-05-01
misc/android: don't let the Android exec wrapper hang indefinitely
Elias Naur
2016-06-08
misc/android: make the exec wrapper exit code parsing more robust
Elias Naur
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2015-01-16
misc/android: choose the right subdirectory for bin under GOPATH.
Hyang-Ah Hana Kim
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2014-07-09
androidtest.bash, misc/android: build scripts for android
David Crawshaw