• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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&#39;s Guide: Building</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&#39;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_3__key__topics__building_building.html','');});
49</script>
50<div id="doc-content">
51<div class="header">
52  <div class="headertitle">
53<div class="title">Building </div>  </div>
54</div><!--header-->
55<div class="contents">
56<div class="textblock"><p>This section explains, in detail, how to use the NDK to build your project. It comprises the following topics:</p>
57<ul>
58<li><a href="./md_3__key__topics__building__chapter_1-section_8_ndk-build.html">ndk-build</a><ul>
59<li>How to use the shell script that invokes the tools to build your shared libraries.</li>
60</ul>
61</li>
62<li><a href="./md_3__key__topics__building__chapter_1-section_8__android_8mk.html">Android.mk</a><ul>
63<li>Syntax for the file that describes your build sources to the build system.</li>
64</ul>
65</li>
66<li><a href="./md_3__key__topics__building__a_p_p_l_i_c_a_t_i_o_n-_m_k.html">Application.mk</a><ul>
67<li>Syntax for the file that describes the native modules that your application requires.</li>
68</ul>
69</li>
70<li><a href="./md_3__key__topics__building__s_t_a_n_d_a_l_o_n_e-_t_o_o_l_c_h_a_i_n.html">Standalone Toolchain</a><ul>
71<li>How to integrate the NDK into your existing build system. </li>
72</ul>
73</li>
74</ul>
75</div></div><!-- contents -->
76</div><!-- doc-content -->
77<!-- start footer part -->
78<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
79  <ul>
80    <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer&#39;s Guide by
81    <a href="http://www.doxygen.org/index.html">
82    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
83  </ul>
84</div>
85</body>
86</html>
87