]> Cypherpunks repositories - gostls13.git/commit
misc,src: add support for specifying adb flags to the android harness
authorElias Naur <elias.naur@gmail.com>
Sat, 20 Jan 2018 18:56:51 +0000 (19:56 +0100)
committerElias Naur <elias.naur@gmail.com>
Sat, 20 Jan 2018 21:13:30 +0000 (21:13 +0000)
commit919e85ae056a238789af6bb2d7b34fe9fdde4ebb
tree6cf0adb52c28e6e4cfa8ff89ee1b803e54141dd4
parent3810f5bfed72d401b5b78b6b1e281d671c599606
misc,src: add support for specifying adb flags to the android harness

Introduce GOANDROID_ADB_FLAGS for additional flags to adb invocations.
With GOANDROID_ADG_FLAGS, the Android builders can distinguish between
emulator and device builds.

Change-Id: I11729926a523ee27f6a3795cb2cfb64a9454f0a5
Reviewed-on: https://go-review.googlesource.com/88795
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/android/go_android_exec.go
misc/cgo/testcshared/cshared_test.go
src/androidtest.bash