aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-macos-10.14-x86_64/30-android.sh
Commit message (Collapse)AuthorAgeFilesLines
* coin: Remove macOS 10.14 provisioning scriptsTor Arne Vestbø2022-12-131-6/+0
| | | | | | | They are no longer used by any configuration for 6.5 Change-Id: I14c41f0b66b52670dfe86f5bb975bc3665bb5a98 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Support multiple Android NDK versionsHeikki Halmet2022-09-201-95/+2
| | | | | | | | | | | | | | | We need to verify latest Android NDK version in all Qt6 branches and we need to retain the NDK version we had when the specific branch was released at the first time. Verification of the latest NDK will be done during integrations in 'dev' branch and with older brances it will be done using nightly build targets Task-number: QTQAINFRA-4990 Change-Id: I2a96e419d403820f55f4244230c28ad09dc9095b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Update NDK to r23bHeikki Halmet2022-04-121-3/+3
| | | | | | | | | | This also fixes Android OpenSSL installation NDK update will be added only to dev and 6.3 branches Task-number: QTQAINFRA-4837 Change-Id: I1233217e71f345d30f3dec83d7477d3c6e3b6c2d Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Replace LGPL2.1 only header with LGPL3 oneKai Köhne2021-12-191-13/+19
| | | | | | | | | This is in line with e.g. qtbase. Also remove outdated/unreferenced license files. Pick-to: 6.3 Change-Id: I5d3370ab453610f9c8165ff9e57db7ad4a785370 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Coin: bump Android platform sdk and build tools version to 31Assam Boudjelthia2021-10-291-2/+2
| | | | | | | | Use latest platform and build tools. Pick-to: 6.2 Change-Id: I8ddfe79706470918d956a97876a5d140a57ec87b Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Coin:Android: set ANDROID_SDK_ROOT explicitlyAssam Boudjelthia2021-10-221-2/+1
| | | | | | | | | | | | ... and remove ANDROID_{SDK,NDK}_HOME as they are deprecated and might not work even. Pick-to: 6.2 Task-number: QTBUG-97002 Change-Id: Ie6fe93eb91fad0153aee795b73a43e84e37c8127 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Coin: bump Android build tools and platform sdk level from 29 to 30Assam Boudjelthia2021-08-261-2/+2
| | | | | | | | | | | | Google requires target SDK level 30 for apps that can be accepted to the Play Store. This change goes together with bumping the default target sdk in qtbase (from 29 to 30 as well). Ideally, build tools should be kept up to date as well anyway. Pick-to: 6.2 5.15 Change-Id: Iac58b7250d7cb639a4d760cf12e7630c9d0b77cc Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Update build tools and platforms API level to 29Assam Boudjelthia2021-06-011-2/+2
| | | | | | | Windows and macOS hosts were still using 28 while Linux uses 29. Change-Id: I36afd17277605b6478bf840340c0341a7f327caa Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Update NDK to r22bAssam Boudjelthia2021-04-131-1/+1
| | | | | | | | | | | | Qt quick 3D apps crash because of a bug caused by NDK r21 https://github.com/android/ndk/issues/1148, NDK r22b solves the problem. Pick-to: 6.1 6.1.0 Task-number: QTBUG-91782 Task-number: QTBUG-92075 Change-Id: I92098c26f3bd9fcfc342ced42c9a81f1e34af8d6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Provisioning: Update Android ndk and build toolsHeikki Halmet2020-09-081-5/+8
| | | | | | | Task-number: QTQAINFRA-3846 Change-Id: I5d3c0efce86e3b8bc3c6070ed4a9e438647bb955 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Silence the sdkmanager progress bar on macosDimitrios Apostolou2020-02-151-1/+6
| | | | | | | | The exact same method is already in use on all Linux provisions, it was just copied to macos. Change-Id: I873f6efd99b147c5364e0dda6c26c7dad7dee480 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Update Android NDK version to r20 for macOS 10.14Heikki Halmet2019-11-181-1/+1
| | | | | | Task-number: QTQAINFRA-3337 Change-Id: Ib14e3cc484198bb23bb611262b205144f8a8ac70 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
* Provisioning: Add Android NDK ROOT to environment variableHeikki Halmet2019-09-041-0/+1
| | | | | | | Task-number: QTQAINFRA-3181 Task-number: QTBUG-74952 Change-Id: I4cc6936c3b3eef32a1013888ced3950cd1f39407 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
* Provisioning: Update Android NDK version to macOS 10.14Heikki Halmet2019-09-041-1/+1
| | | | | | | | | Currently we are provisioning older Android NDK version than the one used in macOS 10.13. Let's keep these sync even though we don't currently make Android builds with macOS 10.14 Change-Id: I6c284d50bac395eb474c0f7e34cd90eda3f180c3 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
* Add macOS 10.14 to the CITony Sarajärvi2019-08-031-0/+85
Task-number: QTQAINFRA-2938 Change-Id: Id25c6c3203a07985c9ef1cc914c4398ac7db615c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io>