AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
organize Automated import of CL 148799
This commit is contained in:
committed by
The Android Open Source Project
parent
24a8fe82df
commit
c331aeb8d6
@@ -1,21 +1,15 @@
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
<!--
|
||||
function nothing() {}
|
||||
-->
|
||||
</script>
|
||||
|
||||
<ul>
|
||||
|
||||
<li> <h2>Introduction</h2>
|
||||
<li> <h2>Setup and Building</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/system_requirements.html">Device Requirements</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li> <h2>Dev Environment Setup</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/build_system.html">Build System</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li><h2>Basic Bring up</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/build_new_device.html">Building New Device</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li>
|
||||
@@ -24,27 +18,34 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li> <h2>Multimedia</h2>
|
||||
<li> <h2>System</h2>
|
||||
|
||||
<ul>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Multimedia</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/audio.html">Audio</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/camera.html">Camera</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
<li> <h2>Power Management</h2>
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/wakelock.html">Wakelocks</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
<li> <h2>Networking</h2>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Networking</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Telephony</h2>
|
||||
@@ -54,14 +55,9 @@
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Testing</h2>
|
||||
<li> <h2>Testing and Debugging</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Debugging</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_gdb.html">Debugging with GDB</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_native.html">Debugging Native Code</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user