1 <script type="text/javascript" language="JavaScript"> 2 <!-- 3 function nothing() {} 4 --> 5 </script> 6 7 <ul> 8 <li><h2>The Project</h2><ul> 9 <li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li> 10 <li><a href="<?cs var:toroot ?>source/licenses.html">Licensing Information</a></li> 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 12 <li><a href="<?cs var:toroot ?>source/overview.html">Platform Overview</a></li> 13 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li> 14 <li><a href="<?cs var:toroot ?>faqs.html#aosp">FAQs</a></li> 15 </ul> 16 17 <li><h2>Getting Started</h2><ul> 18 <li><a href="<?cs var:toroot ?>source/download.html">Getting the Source</a></li> 19 <li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li> 20 <li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li> 21 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li> 22 <li><a href="<?cs var:toroot ?>source/building-dream.html">Building for an ADP</a></li> 23 </ul> 24 25 <li><h2>Contributing</h2><ul> 26 <li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a></li> 27 <li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li> 28 <li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li> 29 <li><a href="<?cs var:toroot ?>source/code-lines.html">Branches & Releases</a></li> 30 </ul> 31 </ul> 32 33 <script type="text/javascript"> 34 <!-- 35 buildToggleLists(); 36 //--> 37 </script> 38 39