summaryrefslogtreecommitdiff
path: root/misc/android
Commit message (Expand)AuthorAgeFilesLines
* misc/android: rename to misc/go_android_exec, make go build workAustin Clements2023-05-012-455/+0
* misc/android: rework GOROOT installationBryan C. Mills2023-04-281-69/+159
* misc: use strings.Buildercuiweixie2022-09-061-2/+1
* all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov2021-08-131-0/+1
* all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-051-3/+2
* misc/android: fix a typo in READMEBen Shi2019-05-171-1/+1
* 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-263-49/+54
* 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-222-0/+4
* misc/android: forward SIGQUIT to the process running on the deviceElias Naur2018-05-231-2/+17
* misc/android: add a NL at the of READMEBen Shi2018-05-231-1/+2
* misc/android: add more information to READMEBen Shi2018-05-101-1/+14
* 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: cleaner to remove stale GOROOT filesDavid Crawshaw2015-05-251-0/+39
* misc/android: choose the right subdirectory for bin under GOPATH.Hyang-Ah Hana Kim2015-01-162-25/+61
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* androidtest.bash, misc/android: build scripts for androidDavid Crawshaw2014-07-092-0/+107