mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
This patch updates the fully booted check for Android. Old logic used init.svc.bootanim property and it's status "stopped", but since Android 16 forward the status is kept empty "" if "-no-boot-anim" emulator startup parameter is used. The new logic simplifies old and relies only to two values: sys.boot_completed and dev.bootcomplete. These work similary from Android 9 to 16. Task-number: QTQAINFRA-7399 Task-number: QTQAINFRA-7298 Pick-to: 6.8 Change-Id: I62efb0b05cd9792f92040dcb98a37f4bf14022e6 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Elias Toivola <elias.toivola@qt.io> (cherry picked from commit0eb085f93d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit9f42f33194)
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)