aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-12-13 22:17:08 -0800
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-15 09:44:46 +0000
commit8815e0007006e996bc145a91970d71b9b4ae86d0 (patch)
treea60b013279eef1ee9becccc9925234319998bb75 /changelogs
parentf9cf08ce9f202eac83c8d0dc2c1ec68e4d2fcdea (diff)
Fix Android builds in release mode with NDK r12 and above
Task-number: QBS-1256 Change-Id: I286327f8b33ecb72851551bbbf2108717a116b1a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md
index a288a9fe6..ffcf8c9e1 100644
--- a/changelogs/changes-1.10.1.md
+++ b/changelogs/changes-1.10.1.md
@@ -4,3 +4,4 @@
* Fix GCC support for "bare metal" systems (QBS-1263).
* Fix using ids in Depends items (QBS-1264).
* Fix race condition when creating Inno Setup, NSIS, or WiX installers.
+* Fix release builds for Android with NDK r12 and above (QBS-1256).