summaryrefslogtreecommitdiffstats
path: root/docs/html/ndk/guides/libs.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/ndk/guides/libs.jd')
-rw-r--r--docs/html/ndk/guides/libs.jd13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/html/ndk/guides/libs.jd b/docs/html/ndk/guides/libs.jd
new file mode 100644
index 0000000..ea607de
--- /dev/null
+++ b/docs/html/ndk/guides/libs.jd
@@ -0,0 +1,13 @@
+page.title=Using Existing Libraries
+@jd:body
+
+<p>This section discusses the use of existing libraries&ndash;both your own, and those that the NDK
+provides.</p>
+
+<p>It begins by telling you how to use your own <a href="{@docRoot}ndk/guides/prebuilts.html">
+prebuilt libraries</a>. Then, it explains the <a href="{@docRoot}ndk/guides/cpp-support.html">
+C++ helper runtimes</a> available with the NDK, and how to use them. Finally, it provides
+information on <a href="{@docRoot}ndk/guides/stable_apis.html">the other libraries</a> that the NDK provides, such
+as <a href="https://www.khronos.org/opengles/">OpenGL ES</a> and
+<a href="https://www.khronos.org/opensles/">OpenSL ES</a>, and the minimum Android API levels
+required to support those libraries.</p> \ No newline at end of file