summaryrefslogtreecommitdiff
path: root/misc/android
Commit message (Collapse)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* androidtest.bash, misc/android: build scripts for androidDavid Crawshaw2014-07-092-0/+107
LGTM=minux R=minux CC=golang-codereviews https://codereview.appspot.com/107640044