chiark / gitweb /
Current build-tools is 19.1.0, not 19.1
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 16 Jun 2014 21:12:47 +0000 (23:12 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 16 Jun 2014 21:12:47 +0000 (23:12 +0200)
fdroidserver/common.py
tests/run-tests

index e9ca6dc2137cb4b364618645384ded973d3dcf9a..92e559e1f778adc567aba33e3ce0f4e41702611f 100644 (file)
@@ -42,7 +42,7 @@ def get_default_config():
     return {
         'sdk_path': os.getenv("ANDROID_HOME"),
         'ndk_path': os.getenv("ANDROID_NDK"),
-        'build_tools': "19.1",
+        'build_tools': "19.1.0",
         'ant': "ant",
         'mvn3': "mvn",
         'gradle': 'gradle',
index 5579fda24cd3de712765d393c41e291d7a1c6b99..4b73117e891dba7369ed73312a04bd04932ef0b4 100755 (executable)
@@ -25,8 +25,8 @@ copy_apks_into_repo() {
 
 create_fake_android_home() {
     mkdir $1/build-tools
-    mkdir $1/build-tools/19.1
-    touch $1/build-tools/19.1/aapt
+    mkdir $1/build-tools/19.1.0
+    touch $1/build-tools/19.1.0/aapt
 }
 
 create_test_dir() {