Files
android_development/pdk/docs/source/source_toc.cs
Dan Morrill a9788cd98f Cleaning up source.android.com files.
This change fixes some formatting artifacts that resulted from the export from
Sites, and also updates links to no longer point to Sites and use the standard
{@docRoot} idiom. Also contains a few content updates, and introduces a page
about branch management.
2009-11-15 11:49:30 -08:00

38 lines
1.5 KiB
C#

<script type="text/javascript" language="JavaScript">
<!--
function nothing() {}
-->
</script>
<ul>
<li><h2>The Project</h2><ul>
<li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li>
<li><a href="<?cs var:toroot ?>source/licenses.html">Licensing Information</a></li>
<li><a href="http://android.git.kernel.org/">Browse Source</a></li>
<li><a href="<?cs var:toroot ?>source/overview.html">Platform Overview</a></li>
<li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li>
</ul>
<li><h2>Getting Started</h2><ul>
<li><a href="<?cs var:toroot ?>source/download.html">Getting the Source</a></li>
<li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li>
<li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li>
<li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li>
<li><a href="<?cs var:toroot ?>source/building-dream.html">Building for ADP1</a></li>
</ul>
<li><h2>Contributing</h2><ul>
<li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a></li>
<li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li>
<li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li>
<li><a href="<?cs var:toroot ?>source/code-lines.html">Branches &amp; Releases</a></li>
</ul>
</ul>
<script type="text/javascript">
<!--
buildToggleLists();
//-->
</script>