diff options
author | Elliott Hughes <enh@google.com> | 2011-04-13 19:01:11 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-04-14 11:41:04 -0700 |
commit | f243343c18602b5be7c467ad629816227b0a447d (patch) | |
tree | 42c8d5b402a3ed722634930e14a64200ea74e2da /docs/html/guide/practices/design/performance.jd | |
parent | 81f66862a744e00fecdc0e5a8700815d3fdd8878 (diff) | |
download | frameworks_base-f243343c18602b5be7c467ad629816227b0a447d.zip frameworks_base-f243343c18602b5be7c467ad629816227b0a447d.tar.gz frameworks_base-f243343c18602b5be7c467ad629816227b0a447d.tar.bz2 |
Address comments for dalvik/docs/jni-tips.html documentation.
Change-Id: I7b46e4a04491290e922b4af9491725a75b1c0a32
Diffstat (limited to 'docs/html/guide/practices/design/performance.jd')
-rw-r--r-- | docs/html/guide/practices/design/performance.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/design/performance.jd b/docs/html/guide/practices/design/performance.jd index aa03c57..c41f971 100644 --- a/docs/html/guide/practices/design/performance.jd +++ b/docs/html/guide/practices/design/performance.jd @@ -375,8 +375,8 @@ code compiled for the ARM in the Nexus One won't run on the ARM in the G1.</p> <p>Native code is primarily useful when you have an existing native codebase that you want to port to Android, not for "speeding up" parts of a Java app.</p> -<p>We have <a href="{@docRoot}guide/practices/design/jni.html">JNI Tips</a> for -more about JNI on Android.</p> +<p>If you do need to use native code, you should read our +<a href="{@docRoot}guide/practices/design/jni.html">JNI Tips</a>.</p> <p>(See also <em>Effective Java</em> item 54.)</p> |