From 5c64847ba3d2a09a01baa197285b76904aadfbf8 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 10 Oct 2013 10:09:30 +0200 Subject: 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 --- tests/auto/android/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto') 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); -- cgit v1.2.3