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

Commit e6be85f5 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by The Android Open Source Project
Browse files

AI 150083: Minor updates to the ndk docs based on approved messaging.

  BUG=1790234

Automated import of CL 150083
parent b610c08b
Loading
Loading
Loading
Loading
+10 −20
Original line number Original line Diff line number Diff line
@@ -46,7 +46,6 @@
  </div>
  </div>
<?cs /if ?>
<?cs /if ?>


  
<?cs if:android.whichdoc != "online" ?>
<?cs if:android.whichdoc != "online" ?>


<p>The sections below provide an overview of the SDK package. </p>
<p>The sections below provide an overview of the SDK package. </p>
@@ -58,13 +57,12 @@
application developers build performance-critical portions of their apps in
application developers build performance-critical portions of their apps in
native code. It is designed for use <em>only</em> in conjunction with the
native code. It is designed for use <em>only</em> in conjunction with the
Android SDK, so if you have not already installed the Android 1.5 SDK, please do
Android SDK, so if you have not already installed the Android 1.5 SDK, please do
so before downloading the NDK. Also, please read <a href="">What is the Android
so before downloading the NDK. Also, please read <a href="#overview">What is the 
NDK?</a> to get an understanding of what the NDK offers and whether it will be
Android NDK?</a> to get an understanding of what the NDK offers and whether it 
useful to you.</p>
will be useful to you.</p>


<p>Select the download package that is appropriate for your development
<p>Select the download package that is appropriate for your development
computer. Note that separate download packages are provided for 32- and 64-bit
computer. </p>
Linux platforms.</p>


  <table class="download">
  <table class="download">
    <tr>
    <tr>
@@ -76,7 +74,7 @@ Linux platforms.</p>
  <tr>
  <tr>
    <td>Windows</td>
    <td>Windows</td>
    <td>
    <td>
  <a href="http://dl.google.com/android/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
    </td>
    </td>
    <td><?cs var:ndk.win_bytes ?> bytes</td>
    <td><?cs var:ndk.win_bytes ?> bytes</td>
    <td><?cs var:ndk.win_checksum ?></td>
    <td><?cs var:ndk.win_checksum ?></td>
@@ -84,27 +82,19 @@ Linux platforms.</p>
  <tr class="alt-color">
  <tr class="alt-color">
    <td>Mac OS X (intel)</td>
    <td>Mac OS X (intel)</td>
    <td>
    <td>
  <a href="http://dl.google.com/android/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
    </td>
    </td>
    <td><?cs var:ndk.mac_bytes ?> bytes</td>
    <td><?cs var:ndk.mac_bytes ?> bytes</td>
    <td><?cs var:ndk.mac_checksum ?></td>
    <td><?cs var:ndk.mac_checksum ?></td>
  </tr>
  </tr>
  <tr>
  <tr>
    <td>Linux 32-bit (i386)</td>
    <td>Linux 32/64-bit (x86)</td>
    <td>
    <td>
  <a href="http://dl.google.com/android/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
    </td>
    </td>
    <td><?cs var:ndk.linux_bytes ?> bytes</td>
    <td><?cs var:ndk.linux_bytes ?> bytes</td>
    <td><?cs var:ndk.linux_checksum ?></td>
    <td><?cs var:ndk.linux_checksum ?></td>
  </tr>
  </tr>
  <tr class="alt-color">
    <td>Linux 64-bit (x86_64)</td>
    <td>
  <a href="http://dl.google.com/android/<?cs var:ndk.linux_64_download ?>"><?cs var:ndk.linux_64_download ?></a>
    </td>
    <td><?cs var:ndk.linux_64_bytes ?> bytes</td>
    <td><?cs var:ndk.linux_64_checksum ?></td>
  </tr>
  </table>
  </table>


  <?cs else ?>
  <?cs else ?>