1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <meta http-equiv="X-UA-Compatible" content="IE=9"/> 6 <meta name="generator" content="Doxygen 1.8.5"/> 7 <title>NDK Programmer's Guide: Additional Information</title> 8 <link href="tabs.css" rel="stylesheet" type="text/css"/> 9 <script type="text/javascript" src="jquery.js"></script> 10 <script type="text/javascript" src="dynsections.js"></script> 11 <link href="navtree.css" rel="stylesheet" type="text/css"/> 12 <script type="text/javascript" src="resize.js"></script> 13 <script type="text/javascript" src="navtree.js"></script> 14 <script type="text/javascript"> 15 $(document).ready(initResizable); 16 $(window).load(resizeHeight); 17 </script> 18 <link href="doxygen.css" rel="stylesheet" type="text/css" /> 19 </head> 20 <body> 21 <div id="top"><!-- do not remove this div, it is closed by doxygen! --> 22 <div id="titlearea"> 23 <table cellspacing="0" cellpadding="0"> 24 <tbody> 25 <tr style="height: 56px;"> 26 <td style="padding-left: 0.5em;"> 27 <div id="projectname">NDK Programmer's Guide 28 </div> 29 </td> 30 </tr> 31 </tbody> 32 </table> 33 </div> 34 <!-- end header part --> 35 <!-- Generated by Doxygen 1.8.5 --> 36 </div><!-- top --> 37 <div id="side-nav" class="ui-resizable side-nav-resizable"> 38 <div id="nav-tree"> 39 <div id="nav-tree-contents"> 40 <div id="nav-sync" class="sync"></div> 41 </div> 42 </div> 43 <div id="splitbar" style="-moz-user-select:none;" 44 class="ui-resizable-handle"> 45 </div> 46 </div> 47 <script type="text/javascript"> 48 $(document).ready(function(){initNavTree('md_4__additional__info__additional__info.html','');}); 49 </script> 50 <div id="doc-content"> 51 <div class="header"> 52 <div class="headertitle"> 53 <div class="title">Additional Information </div> </div> 54 </div><!--header--> 55 <div class="contents"> 56 <div class="textblock"><h2>Introduction</h2> 57 <p>This section provides additional information of interest to the NDK developer. It includes:</p> 58 <ul> 59 <li><a href="./md_4__additional__info__a_n_d_r_o_i_d-_a_t_o_m_i_c_s.html">Atomics</a><br/> 60 <ul> 61 <li>If you're working with native code generated by a pre-r7b version of the NDK, this section contains important information.</li> 62 </ul> 63 </li> 64 <li><a href="./md_4__additional__info__i_m_p_o_r_t-_m_o_d_u_l_e.html">Importing Modules (Sharing Code Made Easy)</a><br/> 65 <ul> 66 <li>How to take advantage of modules other people have created with the NDK.</li> 67 </ul> 68 </li> 69 <li><a href="./md_4__additional__info__n_d_k-_d_e_p_e_n_d_s.html">ndk-depends</a><br/> 70 <ul> 71 <li>This tool allows you to eliminate ELF dependencies.</li> 72 </ul> 73 </li> 74 <li><a href="./md_4__additional__info__s_y_s_t_e_m-_i_s_s_u_e_s.html">Android System Image Issues</a><br/> 75 <ul> 76 <li>Known system issues to watch out for.</li> 77 </ul> 78 </li> 79 <li><a href="./md_4__additional__info__l_i_c_e_n_s_e_s.html">Licenses</a><ul> 80 <li>Licensing information about the content of the NDK. </li> 81 </ul> 82 </li> 83 </ul> 84 </div></div><!-- contents --> 85 </div><!-- doc-content --> 86 <!-- start footer part --> 87 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> 88 <ul> 89 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer's Guide by 90 <a href="http://www.doxygen.org/index.html"> 91 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li> 92 </ul> 93 </div> 94 </body> 95 </html> 96