blob: aaa6074473abc071accf2975abde4b262e7b0638 [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001<!--
Heidi von Markham72688da2015-05-22 12:07:27 -07002 Copyright 2015 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -08003
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 Ly5b218c22013-05-07 10:37:22 -070015--><?cs # Table of contents for source.?>
Robert Ly35f2fda2013-01-29 16:27:05 -080016<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 Ly5b218c22013-05-07 10:37:22 -070022 </div>
Robert Ly35f2fda2013-01-29 16:27:05 -080023 <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>
Clay Murphy73bfd1c2014-05-08 17:29:19 -070027 <li><a href="<?cs var:toroot ?>source/brands.html">Brand Guidelines</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -080028 <li><a href="<?cs var:toroot ?>source/licenses.html">Licenses</a></li>
29 <li><a href="<?cs var:toroot ?>source/faqs.html">FAQ</a></li>
30 </ul>
31 </li>
32
33
34 <li class="nav-section">
35 <div class="nav-section-header">
Clay Murphya5864b52015-07-30 11:44:49 -070036 <a href="<?cs var:toroot ?>source/requirements.html">
Robert Ly35f2fda2013-01-29 16:27:05 -080037 <span class="en">Downloading and Building</span>
38 </a>
39 </div>
40 <ul>
Clay Murphya5864b52015-07-30 11:44:49 -070041 <li><a href="<?cs var:toroot ?>source/initializing.html">Establishing a Build Environment</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -080042 <li><a href="<?cs var:toroot ?>source/downloading.html">Downloading the Source</a></li>
Clay Murphya5864b52015-07-30 11:44:49 -070043 <li><a href="<?cs var:toroot ?>source/building.html">Building the System</a></li>
Clay Murphybaedf882015-09-30 15:57:33 -070044 <li><a href="<?cs var:toroot ?>source/jack.html">Compiling with Jack</a></li>
Clay Murphya5864b52015-07-30 11:44:49 -070045 <li><a href="<?cs var:toroot ?>source/running.html">Running Builds</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -080046 <li><a href="<?cs var:toroot ?>source/building-kernels.html">Building Kernels</a></li>
47 <li><a href="<?cs var:toroot ?>source/known-issues.html">Known Issues</a></li>
48 </ul>
49 </li>
50 <li class="nav-section">
51 <div class="nav-section-header">
52 <a href="<?cs var:toroot ?>source/developing.html">
53 <span class="en">Developing</span>
54 </a>
55 </div>
56 <ul>
57 <li><a href="<?cs var:toroot ?>source/using-repo.html">Using Repo</a></li>
Clay Murphya5864b52015-07-30 11:44:49 -070058 <li><a href="<?cs var:toroot ?>source/git-resources.html">Learning Git</a></li>
59 <li><a href="<?cs var:toroot ?>source/add-device.html">Adding a New Device</a></li>
60 <li><a href="<?cs var:toroot ?>source/64-bit-builds.html">Understanding 64-bit Builds</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -080061 </ul>
62 </li>
63
64 <li class="nav-section">
65 <div class="nav-section-header">
66 <a href="<?cs var:toroot ?>source/contributing.html">
67 <span class="en">Contributing</span>
68 </a>
69 </div>
70 <ul>
71 <li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a>
72 <li><a href="<?cs var:toroot ?>source/submit-patches.html">Submitting Patches</a></li>
73 <li><a href="http://android-review.googlesource.com">View Patches</a></li>
74 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li>
75 <li><a href="<?cs var:toroot ?>source/report-bugs.html">Reporting Bugs</a></li>
Heidi von Markham7c2ad8c2015-12-08 16:09:02 -080076 <li><a href="<?cs var:toroot ?>source/read-bug-reports.html">Reading Bug Reports</a></li>
Heidi von Markhamd206f4d2015-12-08 13:44:34 -080077 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style Rules</a></li>
Robert Ly35f2fda2013-01-29 16:27:05 -080078 </ul>
79 </li>
80
81 <li class="nav-section">
82 <div class="nav-section-header empty">
Heidi von Markham72688da2015-05-22 12:07:27 -070083 <a href="<?cs var:toroot ?>source/community.html">
Robert Ly35f2fda2013-01-29 16:27:05 -080084 <span class="en">Community</span>
85 </a>
86 </div>
87 </li>
88
Clay Murphy768b82a2013-11-12 11:32:41 -080089</ul>