diff options
author | Joe Fernandez <joefernandez@google.com> | 2012-02-21 15:30:14 -0800 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2012-02-22 15:52:53 -0800 |
commit | 224741afda5d69d69ad0939aad013ccd8ff6e3b7 (patch) | |
tree | a37aa7498c83c8fccc58648bc7b9b979a6e2570d /docs/html | |
parent | 01011c3d7ce4f76c1a76b33a04fc63da784ddbea (diff) | |
download | frameworks_base-224741afda5d69d69ad0939aad013ccd8ff6e3b7.zip frameworks_base-224741afda5d69d69ad0939aad013ccd8ff6e3b7.tar.gz frameworks_base-224741afda5d69d69ad0939aad013ccd8ff6e3b7.tar.bz2 |
docs: NDK overview, remove x86 instruction set mention (b/6044027)
Change-Id: I37ee68fb78f2ed5edc1c34ff7198340b1ab5c49b
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/sdk/ndk/overview.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/ndk/overview.jd b/docs/html/sdk/ndk/overview.jd index 85599f7..e969f5d 100644 --- a/docs/html/sdk/ndk/overview.jd +++ b/docs/html/sdk/ndk/overview.jd @@ -46,7 +46,7 @@ page.title=What is the NDK? <li>Documentation, samples, and tutorials</li> </ul> - <p>The latest release of the NDK supports these ARM instruction sets:</p> + <p>The latest release of the NDK supports the following instruction sets:</p> <ul> <li>ARMv5TE (including Thumb-1 instructions)</li> |