From 4e4c919539c5fb2f790143dde9c318501457ce43 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 12 May 2009 15:32:35 -0700 Subject: [PATCH] AI 148759: Add download page for NDK 1.5 r1. BUG=1790234 Automated import of CL 148759 --- tools/droiddoc/templates-sdk/sdkpage.cs | 66 +++++++++++++++++++++- .../templates/assets/android-developer-docs.css | 4 ++ 2 files changed, 67 insertions(+), 3 deletions(-) diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index 4a933e956..8bf30d10e 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -31,9 +31,13 @@
-

- -

+

+

@@ -48,7 +52,62 @@

The sections below provide an overview of the SDK package.

+ + +

The Android NDK is a companion tool to the Android SDK that lets Android +application developers build performance-critical portions of their apps in +native code. It is designed for use only in conjunction with the +Android SDK, so if you have not already installed the Android 1.5 SDK, please do +so before downloading the NDK. Also, please read What is the Android +NDK? to get an understanding of what the NDK offers and whether it will be +useful to you.

+ +

Select the download package that is appropriate for your development +computer. Note that separate download packages are provided for 32- and 64-bit +Linux platforms.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PlatformPackageSizeMD5 Checksum
Windows + + bytes
Mac OS X (intel) + + bytes
Linux 32-bit (i386) + + bytes
Linux 64-bit (x86_64) + + bytes
+

Before downloading, please read the System Requirements document. As you start the download, you will also need to review and agree to the Terms and Conditions that govern the use of the Android SDK.

@@ -87,6 +146,7 @@ the Terms and Conditions that govern the use of the Android SDK.

+ diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css index a12e6d91c..b463cb665 100644 --- a/tools/droiddoc/templates/assets/android-developer-docs.css +++ b/tools/droiddoc/templates/assets/android-developer-docs.css @@ -590,6 +590,10 @@ p.note { p.warning { border-color: #aa0033; } + +p.caution { + border-color: #ffcf00; +} p.warning b, p.warning strong { font-weight: bold; -- 2.11.0