From 0178321af60012d8f0e6dd5a0df938dfe4ea0206 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Fri, 10 Apr 2015 20:45:28 -0700 Subject: [PATCH] initial batch of NDK files for skeleton site build Change-Id: I00152e817377c072f529940743499a3b6d91f80d --- Android.mk | 4 ++-- docs/html-ndk/ndk/downloads/downloads_toc.cs | 21 ++++++++++++++++++ docs/html-ndk/ndk/downloads/index.jd | 4 ++++ docs/html-ndk/ndk/guides/guides_toc.cs | 22 +++++++++++++++++++ docs/html-ndk/ndk/guides/index.jd | 4 ++++ .../ndk/guides/md_1__concepts__concepts.html | 4 ++++ docs/html-ndk/ndk/index.jd | 15 +++++++++++++ docs/html-ndk/ndk/reference/index.jd | 4 ++++ docs/html-ndk/ndk/reference/reference_toc.cs | 21 ++++++++++++++++++ docs/html-ndk/ndk/samples/index.jd | 4 ++++ docs/html-ndk/ndk/samples/samples_toc.cs | 21 ++++++++++++++++++ 11 files changed, 122 insertions(+), 2 deletions(-) create mode 100644 docs/html-ndk/ndk/downloads/downloads_toc.cs create mode 100644 docs/html-ndk/ndk/downloads/index.jd create mode 100644 docs/html-ndk/ndk/guides/guides_toc.cs create mode 100644 docs/html-ndk/ndk/guides/index.jd create mode 100644 docs/html-ndk/ndk/guides/md_1__concepts__concepts.html create mode 100644 docs/html-ndk/ndk/index.jd create mode 100644 docs/html-ndk/ndk/reference/index.jd create mode 100644 docs/html-ndk/ndk/reference/reference_toc.cs create mode 100644 docs/html-ndk/ndk/samples/index.jd create mode 100644 docs/html-ndk/ndk/samples/samples_toc.cs diff --git a/Android.mk b/Android.mk index 5c88290468018..e7e59bcc5efac 100644 --- a/Android.mk +++ b/Android.mk @@ -992,13 +992,13 @@ LOCAL_STATIC_JAVA_LIBRARIES:=$(framework_docs_LOCAL_STATIC_JAVA_LIBRARIES) LOCAL_JAVA_LIBRARIES:=$(framework_docs_LOCAL_JAVA_LIBRARIES) LOCAL_MODULE_CLASS:=$(framework_docs_LOCAL_MODULE_CLASS) LOCAL_DROIDDOC_SOURCE_PATH:=$(framework_docs_LOCAL_DROIDDOC_SOURCE_PATH) -LOCAL_DROIDDOC_HTML_DIR:=$(framework_docs_LOCAL_DROIDDOC_HTML_DIR) +LOCAL_DROIDDOC_HTML_DIR:=docs/html-ndk LOCAL_ADDITIONAL_JAVA_DIR:=$(framework_docs_LOCAL_ADDITIONAL_JAVA_DIR) LOCAL_ADDITIONAL_DEPENDENCIES:=$(framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES) # specify a second html input dir and an output path relative to OUT_DIR) LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl/intl / -LOCAL_MODULE := ndk +LOCAL_MODULE := online-ndk LOCAL_DROIDDOC_OPTIONS:= \ $(framework_docs_LOCAL_DROIDDOC_OPTIONS) \ diff --git a/docs/html-ndk/ndk/downloads/downloads_toc.cs b/docs/html-ndk/ndk/downloads/downloads_toc.cs new file mode 100644 index 0000000000000..66d000764b563 --- /dev/null +++ b/docs/html-ndk/ndk/downloads/downloads_toc.cs @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/docs/html-ndk/ndk/downloads/index.jd b/docs/html-ndk/ndk/downloads/index.jd new file mode 100644 index 0000000000000..ef00069ed881c --- /dev/null +++ b/docs/html-ndk/ndk/downloads/index.jd @@ -0,0 +1,4 @@ +page.title=NDK Downloads +@jd:body + +

downloads \ No newline at end of file diff --git a/docs/html-ndk/ndk/guides/guides_toc.cs b/docs/html-ndk/ndk/guides/guides_toc.cs new file mode 100644 index 0000000000000..e6bc19928f698 --- /dev/null +++ b/docs/html-ndk/ndk/guides/guides_toc.cs @@ -0,0 +1,22 @@ + + + +

+ + + + diff --git a/docs/html-ndk/ndk/guides/index.jd b/docs/html-ndk/ndk/guides/index.jd new file mode 100644 index 0000000000000..8c3ecab0d2e34 --- /dev/null +++ b/docs/html-ndk/ndk/guides/index.jd @@ -0,0 +1,4 @@ +page.title=Concepts +@jd:body + +

To use the NDK, you must download it and install it separately from the SDK. To do so, follow these directions. \ No newline at end of file diff --git a/docs/html-ndk/ndk/guides/md_1__concepts__concepts.html b/docs/html-ndk/ndk/guides/md_1__concepts__concepts.html new file mode 100644 index 0000000000000..2dcf6aed7f641 --- /dev/null +++ b/docs/html-ndk/ndk/guides/md_1__concepts__concepts.html @@ -0,0 +1,4 @@ +page.title=Concepts +@jd:body + +

This section provides a high-level explanation of how the NDK works. The Android NDK is a set of tools allowing you to embed C or C++ (“native code”) into your Android apps. The ability to use native code in Android apps can be particularly useful to developers who wish to do one or more of the following: \ No newline at end of file diff --git a/docs/html-ndk/ndk/index.jd b/docs/html-ndk/ndk/index.jd new file mode 100644 index 0000000000000..f1c5ce635b863 --- /dev/null +++ b/docs/html-ndk/ndk/index.jd @@ -0,0 +1,15 @@ +fullpage=true +page.viewport_width=970 +excludeFromSuggestions=true +page.metaDescription=The official Android NDK developer web site. +page.customHeadTag= + +@jd:body + + +

SUPER FANCY NDK LANDING PAGE

+ +

Welcome to the placeholder text for the NDK. Here, you'll find all of the details you need to +combine the power of native code with Android flexibility and compatibility. The documents here +help you get started, introduce some key concepts that you should know when using the NDK, and then +provide a variety of other information that you'll find helpful while developing your app.

diff --git a/docs/html-ndk/ndk/reference/index.jd b/docs/html-ndk/ndk/reference/index.jd new file mode 100644 index 0000000000000..a496f19f1e90f --- /dev/null +++ b/docs/html-ndk/ndk/reference/index.jd @@ -0,0 +1,4 @@ +page.title=Reference +@jd:body + +

NDK reference docs \ No newline at end of file diff --git a/docs/html-ndk/ndk/reference/reference_toc.cs b/docs/html-ndk/ndk/reference/reference_toc.cs new file mode 100644 index 0000000000000..01364a69e1b6b --- /dev/null +++ b/docs/html-ndk/ndk/reference/reference_toc.cs @@ -0,0 +1,21 @@ + + + +

+ + + + diff --git a/docs/html-ndk/ndk/samples/index.jd b/docs/html-ndk/ndk/samples/index.jd new file mode 100644 index 0000000000000..b333aa7d98408 --- /dev/null +++ b/docs/html-ndk/ndk/samples/index.jd @@ -0,0 +1,4 @@ +page.title=Samples +@jd:body + +

NDK samples \ No newline at end of file diff --git a/docs/html-ndk/ndk/samples/samples_toc.cs b/docs/html-ndk/ndk/samples/samples_toc.cs new file mode 100644 index 0000000000000..9fb036e3d7f3d --- /dev/null +++ b/docs/html-ndk/ndk/samples/samples_toc.cs @@ -0,0 +1,21 @@ + + + +

+ + + +