Home | History | Annotate | Download | only in templates-pdk

Lines Matching refs:NDK

37 # The following is for SDK/NDK pages
59 <?cs if:ndk ?>
67 # the following is for the NDK
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
86 using the Android framework APIs, you probably do not need the NDK. Read <a
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
88 the NDK offers and whether it will be useful to you.
91 The NDK is designed for use <em>only</em> in conjunction with the
94 do so before downloading the NDK.
107 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
109 <td><?cs var:ndk.win_bytes ?> bytes</td>
110 <td><?cs var:ndk.win_checksum ?></td>
115 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
117 <td><?cs var:ndk.mac_bytes ?> bytes</td>
118 <td><?cs var:ndk.mac_checksum ?></td>
123 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
125 <td><?cs var:ndk.linux_bytes ?> bytes</td>
126 <td><?cs var:ndk.linux_checksum ?></td>
131 <?cs # end if NDK ...
140 # (nested in if/else redirect and if/else NDK)
236 <?cs /if ?> <?cs # end if/else NDK ?>