summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-05-13 21:28:45 -0700
committerDirk Dougherty <ddougherty@google.com>2010-05-13 21:28:45 -0700
commit346930b74db69e0d3a248f5837fd604cd23a1cef (patch)
treefb92e0e1b65df8223e781496997c203f9ceecd47 /docs
parentc928a11e34678296511d5ea34582292be7368618 (diff)
downloadframeworks_base-346930b74db69e0d3a248f5837fd604cd23a1cef.zip
frameworks_base-346930b74db69e0d3a248f5837fd604cd23a1cef.tar.gz
frameworks_base-346930b74db69e0d3a248f5837fd604cd23a1cef.tar.bz2
Doc change: adjustments for ndk feature description
Change-Id: I3eb35c3d5ad756b7fa71c256b531f262e7940d90
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/ndk/index.jd7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/sdk/ndk/index.jd b/docs/html/sdk/ndk/index.jd
index 93c5fb8..3dfeedf 100644
--- a/docs/html/sdk/ndk/index.jd
+++ b/docs/html/sdk/ndk/index.jd
@@ -72,8 +72,8 @@ Android NDK, Revision 4</a> <em>(May 2010)</em>
<ul>
<li>Provides a simplified build system through the new <code>ndk-build</code> build
command. </li>
-<li>Adds support for easy native debugging of generated machine code through the new
-<code>ndk-gdb</code> command.</li>
+<li>Adds support for easy native debugging of generated machine code on production
+devices through the new <code>ndk-gdb</code> command.</li>
<li>Adds a new Android-specific ABI for ARM-based CPU architectures,
<code>armeabi-v7a</code>. The new ABI extends the existing <code>armeabi</code>
ABI to include these CPU instruction set extensions:
@@ -81,7 +81,8 @@ ABI to include these CPU instruction set extensions:
<li>Thumb-2 instructions</li>
<li>VFP hardware FPU instructions (VFPv3-D16)</li>
<li>Optional support for ARM Advanced SIMD (NEON) GCC intrinsics and VFPv3-D32.
-Supported by devices such as Verizon Droid, Google Nexus One, and others.</li>
+Supported by devices such as Verizon Droid by Motorola, Google Nexus One, and
+others.</li>
</ul>
<li>Adds a new <code>cpufeatures</code> static library (with sources) that lets
your app detect the host device's CPU features at runtime. Specifically,