summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-10-10 10:09:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-16 08:39:48 +0200
commit5c64847ba3d2a09a01baa197285b76904aadfbf8 (patch)
tree306122811c4f82140c9183caf87b345b9cf61a81 /tests
parentfd82caf44f5e9a9ec206a8e93ebbdb24902e778e (diff)
Android: Build autotest service against android-10
No need to default to yet another SDK here. This is a left-over from Necessitas, which supports versions down to android-4. Change-Id: I2e79be641288c14f92c205b30f2db6db793d783f Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/auto/android/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/android/runtests.pl b/tests/auto/android/runtests.pl
index 55e1a224d8..365257aace 100755
--- a/tests/auto/android/runtests.pl
+++ b/tests/auto/android/runtests.pl
@@ -164,7 +164,7 @@ if ($output =~ m/.*\[ro.build.version.sdk\]: \[(\d+)\]/)
sub reinstallQuadruplor
{
pushd($quadruplor_dir);
- system("$android_sdk_dir/tools/android update project -p . -t android-4")==0 or die "Can't update project ...\n";
+ system("$android_sdk_dir/tools/android update project -p . -t android-10")==0 or die "Can't update project ...\n";
system("$ant_tool uninstall clean debug install")==0 or die "Can't install Quadruplor\n";
system("$adb_tool $device_serial shell am start -n $intentName"); # create application folders
waitForProcess($packageName,1,10);