From 1ca4bda4ef7cda24d0732ce392ffa6daaa964224 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Jun 2014 13:09:28 +0200 Subject: [PATCH] Fix create_fake_android_home with the new build-tools --- tests/run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-tests b/tests/run-tests index 08f59585..5579fda2 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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() { -- 2.30.2