chiark / gitweb /
Merge branch 'master' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 17 Jun 2014 08:48:28 +0000 (08:48 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 17 Jun 2014 08:48:28 +0000 (08:48 +0000)
run-tests: find current version of aapt in folder rather than in PATH

The Jenkins server did not yet have 19.1.0 build-tools installed yet, so your fixed commits failed to build.  This commit fixes the build:

Not everyone adds the build-tools to their PATH, so this makes it so this script will find aapt in the most recent build-tools version that is installed on the local system.


Trivial merge