- Added Makefile stub into sensors.jd as a starting point - Small cleanup to build_new_device to reference the PRODUCT_* parameters - Fixed URL in the README for app engine testing Conflicts: pdk/README pdk/docs/guide/build_new_device.jd pdk/docs/guide/build_system.jd pdk/docs/guide/sensors.jd
97 lines
3.0 KiB
C#
97 lines
3.0 KiB
C#
<script type="text/javascript" language="JavaScript">
|
|
<!--
|
|
function nothing() {}
|
|
-->
|
|
</script>
|
|
|
|
<ul>
|
|
|
|
<li> <h2>Setup and Building</h2>
|
|
<ul>
|
|
<li class="toggle-list">
|
|
<div><a href="<?cs var:toroot ?>guide/build_system.html">Build System</a></div>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/build_new_device.html">Configuring a New Product</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/build_cookbook.html">Build Cookbook</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="<?cs var:toroot ?>guide/release_keys.html">Release Keys and Signing Builds</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li> <h2>Customization</h2>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/customization.html">Customization</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li> <h2>System</h2>
|
|
|
|
<ul>
|
|
<li class="toggle-list">
|
|
<div><a href="javascript:nothing()">Connectivity</a></div>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/display_drivers.html">Display Drivers</a></li>
|
|
<li class="toggle-list">
|
|
<div><a href="javascript:nothing()">Input Devices</a></div>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="<?cs var:toroot ?>guide/lights.html">Lights</a></li>
|
|
<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/Video</a></li>
|
|
</ul>
|
|
</li>
|
|
<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/wakelock.html">Wakelocks</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="<?cs var:toroot ?>guide/sensors.html">Sensors</a></li>
|
|
<li class="toggle-list">
|
|
<div><a href="javascript:nothing()">Telephony</a></div>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/telephony.html">Radio Interface Layer</a></li>
|
|
<li><a href="<?cs var:toroot ?>guide/stk.html">SIM Toolkit Application (STK)</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
<li> <h2>Dalvik Virtual Machine</h2>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/dalvik.html">Porting Dalvik</a></li>
|
|
</ul>
|
|
</li>
|
|
<li> <h2>Testing and Debugging</h2>
|
|
<ul>
|
|
<li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li>
|
|
<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>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
buildToggleLists();
|
|
//-->
|
|
</script>
|