From d5ca5aa4a0ace412d386dfdd48ebed010a28b5e7 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 16 Jun 2016 13:31:28 -0700 Subject: [PATCH] docs: NDK r12 release notes and downloads b/29188616 Change-Id: Ida2b9b0e308799f9001127006e3be84318857aaa --- docs/html/ndk/downloads/index.jd | 220 +++++++++++++++++--- docs/html/ndk/downloads/revision_history.jd | 38 ++++ docs/html/sdk/sdk_vars.cs | 25 +-- 3 files changed, 243 insertions(+), 40 deletions(-) diff --git a/docs/html/ndk/downloads/index.jd b/docs/html/ndk/downloads/index.jd index 47d3113b8921a..954b049798c8b 100644 --- a/docs/html/ndk/downloads/index.jd +++ b/docs/html/ndk/downloads/index.jd @@ -332,35 +332,199 @@ $('#Downloads').after($('#download-table'));

Release Notes

- Android NDK, Revision 11c (March 2016) + Android NDK, Revision 12 (June 2016)

-
- NDK -
+
+ Announcements +
-
-
    -
  • Changes -
      -
    • Applied additional fixes to the {@code ndk-gdb.py} script. -
    • -
    • Added an optional package name argument to the {@code ndk-gdb} - command {@code --attach} option. - (Issue 13) -
    • -
    • Fixed invalid toolchain paths for 32-bit Windows platform. - (Issue 45) -
    • -
    • Fixed the relative path for the {@code ndk-which} command. - (Issue 29) -
    • -
    • Fixed use of cygpath for the libgcc compiler. - (Android Issue 195486) -
    • -
    -
  • -
-
-
\ No newline at end of file + + +
+ NDK +
+ + + +
+ Clang +
+ + + +
+ GCC +
+ + + +
+ Binutils +
+ + + +
+ GDB +
+ + + +
+ Known Issues +
+ + + + diff --git a/docs/html/ndk/downloads/revision_history.jd b/docs/html/ndk/downloads/revision_history.jd index c5a0d48954892..211b64e5be4b2 100644 --- a/docs/html/ndk/downloads/revision_history.jd +++ b/docs/html/ndk/downloads/revision_history.jd @@ -5,6 +5,44 @@ page.title=NDK Revision History took place in each new version.

+
+ +

+ Android NDK, Revision 11c (March 2016) +

+
+ +
+
+
    +
  • Changes +
      +
    • Applied additional fixes to the {@code ndk-gdb.py} script. +
    • +
    • Added an optional package name argument to the {@code ndk-gdb} + command {@code --attach} option. + (Issue 13) +
    • +
    • Fixed invalid toolchain paths for 32-bit Windows platform. + (Issue 45) +
    • +
    • Fixed the relative path for the {@code ndk-which} command. + (Issue 29) +
    • +
    • Fixed use of cygpath for the libgcc compiler. + (Android Issue 195486) +
    • +
    +
  • +
+
+
+ +
+
+

diff --git a/docs/html/sdk/sdk_vars.cs b/docs/html/sdk/sdk_vars.cs index 32fdb0aec3606..80da297c9bf73 100644 --- a/docs/html/sdk/sdk_vars.cs +++ b/docs/html/sdk/sdk_vars.cs @@ -1,18 +1,19 @@