chiark / gitweb /
Fix create_fake_android_home with the new build-tools
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 16 Jun 2014 11:09:28 +0000 (13:09 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 16 Jun 2014 11:09:28 +0000 (13:09 +0200)
tests/run-tests

index 08f59585475dec05b31e2386001e916e8e4a622a..5579fda24cd3de712765d393c41e291d7a1c6b99 100755 (executable)
@@ -25,8 +25,8 @@ copy_apks_into_repo() {
 
 create_fake_android_home() {
     mkdir $1/build-tools
-    mkdir $1/build-tools/19.0.1
-    touch $1/build-tools/19.0.1/aapt
+    mkdir $1/build-tools/19.1
+    touch $1/build-tools/19.1/aapt
 }
 
 create_test_dir() {