diff options
author | David Friedman <dmail@google.com> | 2015-05-27 21:39:33 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-05-27 21:39:33 -0700 |
commit | a28c9bb4198423927d58c153d1bcbc75e6345b8e (patch) | |
tree | 6ab934c2c2790ec7d20690370e1ba489372d65ad | |
parent | db7b487e0a4ee7a9d5584e4af360f20cef8bb780 (diff) | |
download | frameworks_base-a28c9bb4198423927d58c153d1bcbc75e6345b8e.zip frameworks_base-a28c9bb4198423927d58c153d1bcbc75e6345b8e.tar.gz frameworks_base-a28c9bb4198423927d58c153d1bcbc75e6345b8e.tar.bz2 |
Docs: Reverses order of two sentences to match a change to the TOC.
Change-Id: I7a5cd1835e97d0052c725396927838859cd4275f
-rw-r--r-- | docs/html-ndk/ndk/guides/index.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html-ndk/ndk/guides/index.jd b/docs/html-ndk/ndk/guides/index.jd index febeaab..465ce13 100644 --- a/docs/html-ndk/ndk/guides/index.jd +++ b/docs/html-ndk/ndk/guides/index.jd @@ -17,9 +17,9 @@ development process. However, it can be useful in cases in which you need to:</p <p>This guide gives you the information you need to get up and running with the NDK. It starts by explaining the <a href="{@docRoot}ndk/guides/concepts.html">concepts</a> underpinning the NDK, and -how to <a href="{@docRoot}ndk/guides/setup.html">set it up</a>. Next, it explains how to use -the NDK to <a href="{@docRoot}ndk/guides/build.html">build</a> and -<a href="{@docRoot}ndk/guides/debug.html">debug</a> your app. Then, it continues with information +how to <a href="{@docRoot}ndk/guides/setup.html">set it up</a>. Next, it continues with information about targeting <a href="{@docRoot}ndk/guides/arch.html">different hardware platforms</a> in your -builds. Finally, it discusses how to use your own and other prebuilt -<a href="{@docRoot}ndk/guides/libs.html">libraries</a>.</p> +builds. Then, it explains how to use +the NDK to <a href="{@docRoot}ndk/guides/build.html">build</a> and +<a href="{@docRoot}ndk/guides/debug.html">debug</a> your app. Finally, it discusses how to use your +own and other prebuilt <a href="{@docRoot}ndk/guides/libs.html">libraries</a>.</p> |