initial batch of NDK files for skeleton site build
Change-Id: I00152e817377c072f529940743499a3b6d91f80d
This commit is contained in:
@@ -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) \
|
||||
|
||||
21
docs/html-ndk/ndk/downloads/downloads_toc.cs
Normal file
21
docs/html-ndk/ndk/downloads/downloads_toc.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
<?cs # Table of contents for Dev Guide.
|
||||
|
||||
For each document available in translation, add an localized title to this TOC.
|
||||
Do not add localized title for docs not available in translation.
|
||||
Below are template spans for adding localized doc titles. Please ensure that
|
||||
localized titles are added in the language order specified below.
|
||||
?>
|
||||
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="/ndk/downloads/index.html"><span class="en">NDK Download</span></a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
buildToggleLists();
|
||||
changeNavLang(getLangPref());
|
||||
//-->
|
||||
</script>
|
||||
|
||||
4
docs/html-ndk/ndk/downloads/index.jd
Normal file
4
docs/html-ndk/ndk/downloads/index.jd
Normal file
@@ -0,0 +1,4 @@
|
||||
page.title=NDK Downloads
|
||||
@jd:body
|
||||
|
||||
<p>downloads
|
||||
22
docs/html-ndk/ndk/guides/guides_toc.cs
Normal file
22
docs/html-ndk/ndk/guides/guides_toc.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
<?cs # Table of contents for Dev Guide.
|
||||
|
||||
For each document available in translation, add an localized title to this TOC.
|
||||
Do not add localized title for docs not available in translation.
|
||||
Below are template spans for adding localized doc titles. Please ensure that
|
||||
localized titles are added in the language order specified below.
|
||||
?>
|
||||
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="/ndk/guides/index.html"><span class="en">Getting Started</span></a></li>
|
||||
<li><a href="/ndk/guides/pg_html/md_1__concepts__concepts.html">Concepts</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
buildToggleLists();
|
||||
changeNavLang(getLangPref());
|
||||
//-->
|
||||
</script>
|
||||
|
||||
4
docs/html-ndk/ndk/guides/index.jd
Normal file
4
docs/html-ndk/ndk/guides/index.jd
Normal file
@@ -0,0 +1,4 @@
|
||||
page.title=Concepts
|
||||
@jd:body
|
||||
|
||||
<p>To use the NDK, you must download it and install it separately from the SDK. To do so, follow these directions.
|
||||
4
docs/html-ndk/ndk/guides/md_1__concepts__concepts.html
Normal file
4
docs/html-ndk/ndk/guides/md_1__concepts__concepts.html
Normal file
@@ -0,0 +1,4 @@
|
||||
page.title=Concepts
|
||||
@jd:body
|
||||
|
||||
<p>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:
|
||||
15
docs/html-ndk/ndk/index.jd
Normal file
15
docs/html-ndk/ndk/index.jd
Normal file
@@ -0,0 +1,15 @@
|
||||
fullpage=true
|
||||
page.viewport_width=970
|
||||
excludeFromSuggestions=true
|
||||
page.metaDescription=The official Android NDK developer web site.
|
||||
page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" />
|
||||
|
||||
@jd:body
|
||||
|
||||
|
||||
<h1>SUPER FANCY NDK LANDING PAGE<h1>
|
||||
|
||||
<p>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.</p>
|
||||
4
docs/html-ndk/ndk/reference/index.jd
Normal file
4
docs/html-ndk/ndk/reference/index.jd
Normal file
@@ -0,0 +1,4 @@
|
||||
page.title=Reference
|
||||
@jd:body
|
||||
|
||||
<p>NDK reference docs
|
||||
21
docs/html-ndk/ndk/reference/reference_toc.cs
Normal file
21
docs/html-ndk/ndk/reference/reference_toc.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
<?cs # Table of contents for Dev Guide.
|
||||
|
||||
For each document available in translation, add an localized title to this TOC.
|
||||
Do not add localized title for docs not available in translation.
|
||||
Below are template spans for adding localized doc titles. Please ensure that
|
||||
localized titles are added in the language order specified below.
|
||||
?>
|
||||
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="/ndk/reference/index.html"><span class="en">foo.h</span></a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
buildToggleLists();
|
||||
changeNavLang(getLangPref());
|
||||
//-->
|
||||
</script>
|
||||
|
||||
4
docs/html-ndk/ndk/samples/index.jd
Normal file
4
docs/html-ndk/ndk/samples/index.jd
Normal file
@@ -0,0 +1,4 @@
|
||||
page.title=Samples
|
||||
@jd:body
|
||||
|
||||
<p>NDK samples
|
||||
21
docs/html-ndk/ndk/samples/samples_toc.cs
Normal file
21
docs/html-ndk/ndk/samples/samples_toc.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
<?cs # Table of contents for Dev Guide.
|
||||
|
||||
For each document available in translation, add an localized title to this TOC.
|
||||
Do not add localized title for docs not available in translation.
|
||||
Below are template spans for adding localized doc titles. Please ensure that
|
||||
localized titles are added in the language order specified below.
|
||||
?>
|
||||
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="/ndk/samples/index.html"><span class="en">Stuff</span></a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
buildToggleLists();
|
||||
changeNavLang(getLangPref());
|
||||
//-->
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user