summaryrefslogtreecommitdiffstats
path: root/docs/html/preview/support.jd
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2014-07-18 13:21:48 -0700
committerQuddus Chong <quddusc@google.com>2014-08-12 15:08:05 -0700
commit20dad64d0346c89accf547249ef68ac0863fc4ff (patch)
treee7edacd7a6c926ee5aa4ad19ff07f3421effe4c0 /docs/html/preview/support.jd
parent25303a980c026aab3ba0a01ce2a51122eb9982c2 (diff)
downloadframeworks_base-20dad64d0346c89accf547249ef68ac0863fc4ff.zip
frameworks_base-20dad64d0346c89accf547249ef68ac0863fc4ff.tar.gz
frameworks_base-20dad64d0346c89accf547249ef68ac0863fc4ff.tar.bz2
docs: Updated L Preview Overview and support page with information about using NDK r10 for 64-bit support.
Change-Id: Ib759f6a187a8a1298d01f8485a8e05e5d9b67e27
Diffstat (limited to 'docs/html/preview/support.jd')
-rw-r--r--docs/html/preview/support.jd12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd
index 9d7844b..3220d63 100644
--- a/docs/html/preview/support.jd
+++ b/docs/html/preview/support.jd
@@ -106,3 +106,15 @@ Android work profile Chrome app.</li>
<li>Deleting a Android work profile may take several minutes to complete. You
cannot create a new Android work profile until the deletion operation is over.</li>
</ul>
+
+<h3 id="64bitsupport">64-bit support</h3>
+<ul>
+<li><p>If you are using the NDK to compile apps for 32- or 64-bit systems and
+want to use the features provided in the L Developer Preview, download the
+{@code android-ndk64-r10} package for your target platform from the
+<a href="{@docRoot}tools/sdk/ndk/index.html">Android NDK page</a>. The
+{@code android-ndk64-r10} package contains the L Developer Preview API
+library (located under the {@code platforms/android-L/} API directory) for both
+32- and 64-bit systems. The package also includes the {@code gcc-4.9} compiler
+for both 32- and 64-bit apps.</p></li>
+</ul>