summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/sdk/ndk/index.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-11-12 18:11:28 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-12 18:11:28 -0800
commitf2bc6819bef926cebca85f80c13d5e54cb482edf (patch)
tree54c5ccddc0609610d12a380aad8a0d6cc2ed79a6 /docs/html/tools/sdk/ndk/index.jd
parent7b2483f8052425dccc3d3034b596188908dbf7fe (diff)
parentef651ee614c15145edb0bfd7e4c719eac1914fb4 (diff)
downloadframeworks_base-f2bc6819bef926cebca85f80c13d5e54cb482edf.zip
frameworks_base-f2bc6819bef926cebca85f80c13d5e54cb482edf.tar.gz
frameworks_base-f2bc6819bef926cebca85f80c13d5e54cb482edf.tar.bz2
am ef651ee6: am b590b0b3: am 6453dfb7: update Download and installation guides for ADT Bundle
* commit 'ef651ee614c15145edb0bfd7e4c719eac1914fb4': update Download and installation guides for ADT Bundle
Diffstat (limited to 'docs/html/tools/sdk/ndk/index.jd')
-rw-r--r--docs/html/tools/sdk/ndk/index.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd
index 9b30ff1..7c8ca71 100644
--- a/docs/html/tools/sdk/ndk/index.jd
+++ b/docs/html/tools/sdk/ndk/index.jd
@@ -44,8 +44,8 @@ page.title=Android NDK
<p>The NDK is a toolset that allows you to implement parts
of your app using native-code languages such as C and C++. For certain types of apps,
- this can be helpful so that you may reuse existing code libraries written in these
- languages and possibly increased performance.</p>
+ this can be helpful so you can reuse existing code libraries written in these
+ languages, but most apps do not need the Android NDK.</p>
<p>Before downloading the NDK, you should understand that <strong>the NDK
will not benefit most apps</strong>. As a developer, you need to balance its benefits