Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0178321a authored by smain@google.com's avatar smain@google.com
Browse files

initial batch of NDK files for skeleton site build

Change-Id: I00152e817377c072f529940743499a3b6d91f80d
parent 3a77a8ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
<?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 −0
Original line number Diff line number Diff line
page.title=NDK Downloads
@jd:body

<p>downloads
 No newline at end of file
+22 −0
Original line number Diff line number Diff line
<?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 −0
Original line number Diff line number Diff line
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.
 No newline at end of file
Loading