Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 15 | --><?cs # Table of contents for source.?> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 16 | <ul id="nav"> |
| 17 | <li class="nav-section"> |
| 18 | <div class="nav-section-header"> |
| 19 | <a href="<?cs var:toroot ?>source/index.html"> |
| 20 | <span class="en">Overview</span> |
| 21 | </a> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 22 | </div> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 23 | <ul> |
| 24 | <li><a href="<?cs var:toroot ?>source/code-lines.html">Codelines, Branches, and Releases</a></li> |
| 25 | <li><a href="<?cs var:toroot ?>source/build-numbers.html">Codenames, Tags, and Build Numbers</a></li> |
| 26 | <li><a href="<?cs var:toroot ?>source/roles.html">Project Roles</a></li> |
| 27 | <li><a href="<?cs var:toroot ?>source/licenses.html">Licenses</a></li> |
| 28 | <li><a href="<?cs var:toroot ?>source/faqs.html">FAQ</a></li> |
| 29 | </ul> |
| 30 | </li> |
| 31 | |
| 32 | |
| 33 | <li class="nav-section"> |
| 34 | <div class="nav-section-header"> |
| 35 | <a href="<?cs var:toroot ?>source/building.html"> |
| 36 | <span class="en">Downloading and Building</span> |
| 37 | </a> |
| 38 | </div> |
| 39 | <ul> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 40 | <li><a href="<?cs var:toroot ?>source/initializing.html">Initializing the Build Environment</a></li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 41 | <li><a href="<?cs var:toroot ?>source/downloading.html">Downloading the Source</a></li> |
| 42 | <li><a href="<?cs var:toroot ?>source/building-running.html">Building and Running</a></li> |
| 43 | <li><a href="<?cs var:toroot ?>source/building-devices.html">Building for Devices</a></li> |
| 44 | <li><a href="<?cs var:toroot ?>source/building-kernels.html">Building Kernels</a></li> |
| 45 | <li><a href="<?cs var:toroot ?>source/known-issues.html">Known Issues</a></li> |
| 46 | </ul> |
| 47 | </li> |
| 48 | <li class="nav-section"> |
| 49 | <div class="nav-section-header"> |
| 50 | <a href="<?cs var:toroot ?>source/developing.html"> |
| 51 | <span class="en">Developing</span> |
| 52 | </a> |
| 53 | </div> |
| 54 | <ul> |
| 55 | <li><a href="<?cs var:toroot ?>source/using-repo.html">Using Repo</a></li> |
| 56 | <li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li> |
| 57 | <li><a href="<?cs var:toroot ?>source/git-resources.html">Git Resources</a></li> |
| 58 | </ul> |
| 59 | </li> |
| 60 | |
| 61 | <li class="nav-section"> |
| 62 | <div class="nav-section-header"> |
| 63 | <a href="<?cs var:toroot ?>source/contributing.html"> |
| 64 | <span class="en">Contributing</span> |
| 65 | </a> |
| 66 | </div> |
| 67 | <ul> |
| 68 | <li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a> |
| 69 | <li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li> |
| 70 | <li><a href="http://android-review.googlesource.com">View Patches</a></li> |
| 71 | <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li> |
| 72 | <li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li> |
| 73 | <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style Guidelines</a></li> |
| 74 | </ul> |
| 75 | </li> |
| 76 | |
| 77 | <li class="nav-section"> |
| 78 | <div class="nav-section-header empty"> |
| 79 | <a href="<?cs var:toroot ?>source/community/index.html"> |
| 80 | <span class="en">Community</span> |
| 81 | </a> |
| 82 | </div> |
| 83 | </li> |
| 84 | |
| 85 | </ul> |