aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-07-14 22:10:33 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-07-22 13:23:36 +0000
commita3cb59b277698ba92cdfde0ccc215e93b96ae92f (patch)
treea58afa3f52ade66657afeab4092d11d2011c7a15 /doc
parent47f9b7c85a3e8033d618af73d18317fa68fcbc55 (diff)
Move more Android NDK logic out of the profiles.
Change-Id: Ie7c61fde802921b48d588b2760f798431fab81bf Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/android-ndk-module.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/reference/modules/android-ndk-module.qdoc b/doc/reference/modules/android-ndk-module.qdoc
index 54187f86a..4d34c9ed9 100644
--- a/doc/reference/modules/android-ndk-module.qdoc
+++ b/doc/reference/modules/android-ndk-module.qdoc
@@ -81,6 +81,7 @@
\li 1.4
\li undefined
\li The ABI name as it appears under "lib/" in the application package.
+ Corresponds to APP_ABI in Android.mk.
\row
\li appStl
\li string
@@ -90,11 +91,11 @@
"gabi++_shared", "stlport_static", "stlport_shared", "gnustl_static", "gnustl_shared",
"c++_static", "c++_shared".
\row
- \li buildProfile
- \li string
- \li 1.4
+ \li hardFloat
+ \li bool
+ \li 1.4.2
\li undefined
- \li The name of the build profile, e.g. "armeabi-v7a-hard".
+ \li Whether to use the hard floating point variant of the armeabi-v7a ABI.
\row
\li enableExceptions
\li bool