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>
This commit is contained in:
parent
fd82caf44f
commit
5c64847ba3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user