Home | History | Annotate | Download | only in guides
      1 <?cs # Table of contents for Dev Guide.
      2 
      3        For each document available in translation, add an localized title to this TOC.
      4        Do not add localized title for docs not available in translation.
      5        Below are template spans for adding localized doc titles. Please ensure that
      6        localized titles are added in the language order specified below.
      7 ?>
      8 
      9 <ul id="nav">
     10    <li class="nav-section">
     11       <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/index.html">
     12       <span class="en">Getting Started</span></a></div>
     13       <ul>
     14          <li><a href="<?cs var:toroot ?>ndk/guides/setup.html">Setup</a></li>
     15          <li><a href="<?cs var:toroot ?>ndk/guides/concepts.html">Concepts</a></li>
     16       </ul>
     17    </li>
     18 
     19    <li class="nav-section">
     20       <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/build.html">
     21       <span class="en">
     22       Building</span></a></div>
     23       <ul>
     24          <li><a href="<?cs var:toroot ?>ndk/guides/android_mk.html">Android.mk</a></li>
     25          <li><a href="<?cs var:toroot ?>ndk/guides/application_mk.html">Application.mk</a></li>
     26          <li><a href="<?cs var:toroot ?>ndk/guides/ndk-build.html">ndk-build</a></li>
     27          <li><a href="<?cs var:toroot ?>ndk/guides/standalone_toolchain.html">Standalone Toolchain
     28          </a></li>
     29       </ul>
     30    </li>
     31 
     32    <li class="nav-section">
     33       <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/arch.html">
     34       <span class="en">Architectures and CPUs</span></a></div>
     35       <ul>
     36          <li><a href="<?cs var:toroot ?>ndk/guides/abis.html">ABI Management</a></li>
     37          <li><a href="<?cs var:toroot ?>ndk/guides/cpu-arm-neon.html">NEON</a></li>
     38          <li><a href="<?cs var:toroot ?>ndk/guides/x86.html">x86</a></li>
     39          <li><a href="<?cs var:toroot ?>ndk/guides/x86-64.html">x86-64</a></li>
     40          <li><a href="<?cs var:toroot ?>ndk/guides/mips.html">MIPS</a></li>
     41          <li><a href="<?cs var:toroot ?>ndk/guides/cpu-features.html">The cpufeatures Library</a>
     42          </li>
     43       </ul>
     44    </li>
     45 
     46    <li class="nav-section">
     47       <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/debug.html">
     48       <span class="en">Debugging</span></a></div>
     49       <ul>
     50          <li><a href="<?cs var:toroot ?>ndk/guides/ndk-gdb.html">ndk-gdb</a></li>
     51          <li><a href="<?cs var:toroot ?>ndk/guides/ndk-stack.html">ndk-stack</a></li>
     52       </ul>
     53    </li>
     54 
     55    <li class="nav-section">
     56       <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/libs.html">
     57       <span class="en">Libraries</span></a></div>
     58       <ul>
     59       <li><a href="<?cs var:toroot ?>ndk/guides/prebuilts.html">Prebuilt Libraries</a></li>
     60       <li><a href="<?cs var:toroot ?>ndk/guides/cpp-support.html">C++ Support</a></li>
     61       <li><a href="<?cs var:toroot ?>ndk/guides/stable_apis.html">Stable APIs</a></li>
     62 
     63       </ul>
     64    </li>
     65 
     66 </ul>
     67 
     68 
     69 <script type="text/javascript">
     70 <!--
     71     buildToggleLists();
     72     changeNavLang(getLangPref());
     73 //-->
     74 </script>
     75 
     76