summaryrefslogtreecommitdiff
path: root/misc/android/go_android_exec.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cmdgo] all: merge master (912f075) into dev.cmdgoJay Conrod2021-07-061-3/+3
|\
| * all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-051-3/+2
|/
* misc/android: silence adb output unless an error occursElias Naur2019-05-091-21/+32
* misc/android: pass on GOPROXY to device environmentElias Naur2019-03-211-0/+1
* misc/android: copy go.mod and go.sum filesElias Naur2019-03-151-10/+13
* misc/android: fix detection of GOROOT testsElias Naur2019-03-121-11/+7
* misc/android: copy less from GOROOT to the deviceElias Naur2019-03-111-44/+103
* misc/android: enable many more tests on GOOS=androidElias Naur2019-03-081-33/+74
* misc/android: use adb exec-out instead of adb shell to avoid bufferingElias Naur2019-03-021-14/+11
* androidtest.bash: deleteElias Naur2019-03-011-3/+2
* misc/android,misc/ios: evaluate current working directory symlinksElias Naur2019-03-011-0/+4
* misc/android: adb push --sync testdataElias Naur2019-03-011-1/+1
* misc/android: evaluate symlinks before comparing GOROOT and GOPATHElias Naur2019-03-011-4/+12
* misc/android: copy testdata directories to device before runningElias Naur2019-02-261-0/+5
* misc/android: serialize adb commands on android emulatorsElias Naur2019-02-261-9/+14
* misc/android,cmd/dist: move $GOROOT copying to the exec wrapperElias Naur2019-02-261-0/+46
* misc: wait for device readyness in the exec wrapperElias Naur2019-02-241-0/+5
* misc/android: add build constraints on files intended to be built by filename...Bryan C. Mills2019-02-221-0/+2
* misc/android: forward SIGQUIT to the process running on the deviceElias Naur2018-05-231-2/+17
* misc,src: add support for specifying adb flags to the android harnessElias Naur2018-01-201-0/+3
* misc/android: don't let the Android exec wrapper hang indefinitelyElias Naur2017-05-011-1/+10
* misc/android: make the exec wrapper exit code parsing more robustElias Naur2016-06-081-3/+3
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* misc/android: choose the right subdirectory for bin under GOPATH.Hyang-Ah Hana Kim2015-01-161-23/+59
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* androidtest.bash, misc/android: build scripts for androidDavid Crawshaw2014-07-091-0/+96