Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | fullpage=true |
| 2 | no_footer_links=true |
| 3 | landing.page=true |
| 4 | page.metaDescription=The official site for the Android Open Source Project. |
| 5 | header.hide=1 |
| 6 | @jd:body |
| 7 | |
| 8 | <!-- |
Clay Murphy | b808be7 | 2015-01-05 16:13:15 -0800 | [diff] [blame] | 9 | Copyright 2015 The Android Open Source Project |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 10 | |
| 11 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 12 | you may not use this file except in compliance with the License. |
| 13 | You may obtain a copy of the License at |
| 14 | |
| 15 | http://www.apache.org/licenses/LICENSE-2.0 |
| 16 | |
| 17 | Unless required by applicable law or agreed to in writing, software |
| 18 | distributed under the License is distributed on an "AS IS" BASIS, |
| 19 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 20 | See the License for the specific language governing permissions and |
| 21 | limitations under the License. |
| 22 | --> |
| 23 | <div class="wrap"> |
| 24 | |
| 25 | <div class="landing-banner"> |
| 26 | <h1 itemprop="name" style="margin-bottom:0;">Welcome to the Android Open Source Project!</h1> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 27 | |
Clay Murphy | fa783d8 | 2015-05-01 14:26:20 -0700 | [diff] [blame] | 28 | <p> |
| 29 | Android is an open source software stack for a wide range of mobile devices and |
| 30 | a corresponding open source project led by Google. This site offers the |
| 31 | information and source code you need to create custom variants of the Android |
| 32 | stack, port devices and accessories to the Android platform, and ensure your |
| 33 | devices meet compatibility requirements. |
| 34 | </p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 35 | |
| 36 | </div> |
| 37 | |
| 38 | </div> |
| 39 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 40 | <div class="wrap"> |
| 41 | |
| 42 | <div class="landing-docs"> |
| 43 | <div class="col-8"> |
Clay Murphy | a336f06 | 2014-05-08 13:33:23 -0700 | [diff] [blame] | 44 | <h3>What's New</h3> |
Clay Murphy | 929f39c | 2015-05-04 17:08:07 -0700 | [diff] [blame] | 45 | <a href="{@docRoot}compatibility/cts/index.html"> |
| 46 | <h4>Compatibility Test Suite User Instructions</h4></a> |
| 47 | <p>The <strong><a |
| 48 | href="{@docRoot}compatibility/cts/index.html">Compatibility Test Suite (CTS) |
| 49 | User Manual</a></strong> previously presented as a PDF has been converted to native web |
| 50 | pages and updated to improve clarity.</p> |
| 51 | |
Clay Murphy | 46b3862 | 2015-04-30 12:48:48 -0700 | [diff] [blame] | 52 | <a href="{@docRoot}devices/halref/index.html"> |
| 53 | <h4>Hardware Abstraction Layer References</h4></a> |
| 54 | <p>The <strong><a href="{@docRoot}devices/halref/index.html">Hardware |
| 55 | Abstraction Layer (HAL) reference files</a></strong> have been updated to |
| 56 | reflect the latest development, such as the introduction of |
| 57 | <code>AUDIO_PARAMETER_DEVICE_CONNECT</code> to <strong><a |
| 58 | href="{@docRoot}devices/halref/audio_8h_source.html">audio.h</a></strong>.</p> |
| 59 | |
Clay Murphy | 009dadd | 2015-04-21 12:09:35 -0700 | [diff] [blame] | 60 | <a href="{@docRoot}devices/tech/debug/dumpsys.html"> |
| 61 | <h4>Example Dumpsys Diagnostic Output</h4></a> |
| 62 | <p>In addition to the aforementioned <strong><a |
| 63 | href="{@docRoot}devices/input/diagnostics.html">Input |
| 64 | Diagnostics</a></strong>, you can now find Dumpsys examples of usage |
| 65 | data for <strong><a href="{@docRoot}devices/tech/ram/procstats.html">RAM |
| 66 | (procstats)</a></strong>, <strong><a |
| 67 | href="{@docRoot}devices/tech/netstats.html">network (netstats)</a></strong>, |
| 68 | and <strong><a |
| 69 | href="{@docRoot}devices/tech/power/batterystats.html">battery (batterystats)</a></strong>.</p> |
| 70 | |
| 71 | <a href="{@docRoot}devices/audio/latency_measurements.html"> |
| 72 | <h4>Audio Latency Measurements</h4></a> |
| 73 | <p>The Android audio team has published <strong><a |
| 74 | href="{@docRoot}devices/audio/latency_measurements.html">round-trip audio latency |
| 75 | measurements</a></strong> for select Nexus devices to help partners compare their |
| 76 | own devices and reduce latency further.</p> |
| 77 | |
| 78 | <a href="{@docRoot}devices/tech/power/index.html"> |
| 79 | <h4>Power Profile Details</h4></a> |
| 80 | <p><strong><a |
| 81 | href="{@docRoot}devices/tech/power/index.html">Power</a></strong> |
| 82 | information has been moved and expanded to include details on |
| 83 | <code>cpu.awake</code> and <code>cpu.active</code>. The need to create a |
| 84 | <code>power_profile.xml</code> file is also emphasized throughout.</p> |
| 85 | |
Clay Murphy | 759ebd8 | 2015-04-07 14:57:27 -0700 | [diff] [blame] | 86 | <a href="{@docRoot}source/initializing.html"> |
| 87 | <h4>Initializing Improvements</h4></a> |
| 88 | <p>Build environment <strong><a |
| 89 | href="{@docRoot}source/initializing.html#setting-up-a-mac-os-x-build-environment">Initializing</a></strong> |
| 90 | instructions now explain how to resize and unmount Mac OS sparse |
| 91 | images. And the ccache section has been moved to an optional <strong><a |
| 92 | href="{@docRoot}source/initializing.html#optimizing-a-build-environment">Optimizing |
| 93 | a build environment</a></strong> section.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 94 | </div> |
| 95 | |
| 96 | <div class="col-8"> |
| 97 | <h3>Getting Started</h3> |
| 98 | <a href="{@docRoot}source/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 99 | <h4>Explore the Source</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 100 | <p>Get the complete Android platform and modify and build it to suit your needs. You can |
Clay Murphy | 5a7dc7e | 2014-09-30 14:55:13 -0700 | [diff] [blame] | 101 | also <strong><a |
| 102 | href="https://android-review.googlesource.com/#/q/status:open">contribute |
| 103 | to</a></strong> the <strong><a |
Clay Murphy | ddffdfc | 2015-03-02 13:30:18 -0800 | [diff] [blame] | 104 | href="https://android.googlesource.com/">Android Open Source Project (AOSP) |
Clay Murphy | 5a7dc7e | 2014-09-30 14:55:13 -0700 | [diff] [blame] | 105 | repository</a></strong> to make your changes available to everyone else |
| 106 | in the Android ecosystem.</p> |
Clay Murphy | 4aa22e8 | 2014-12-16 11:21:22 -0800 | [diff] [blame] | 107 | <a href="{@docRoot}source/index.html"><img border="0" src="images/android_framework_small.png" alt="Android framework summary" style="display:inline;float:left;margin:5px 10px"></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 108 | <a href="{@docRoot}devices/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 109 | <h4>Port Android to Devices</h4></a> |
Clay Murphy | 3fe59ee | 2013-07-09 10:31:04 -0700 | [diff] [blame] | 110 | <p>Port the latest Android platform and |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 111 | create compelling devices that your customers want.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 112 | |
| 113 | <a href="{@docRoot}accessories/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 114 | <h4>Build Accessories</h4></a> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 115 | <p>Sometimes, a device can't do it all. Tap into Android's open accessory standard and build accessories to complement the wide variety of Android-powered devices.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 116 | |
| 117 | <a href="{@docRoot}compatibility/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 118 | <h4>Get Compatible</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 119 | <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent |
| 120 | and standard experience across all Android-powered devices. Android provides guidance |
| 121 | and a test suite to verify your Android compatibility.</p> |
Clay Murphy | ddffdfc | 2015-03-02 13:30:18 -0800 | [diff] [blame] | 122 | |
| 123 | <a href="https://android.googlesource.com/platform/docs/source.android.com/"> |
| 124 | <h4>Help this Site</h4></a> |
| 125 | <p>Please note, source.android.com is maintained in the Android Open Source Project. See the <strong><a |
| 126 | href="https://android.googlesource.com/platform/docs/source.android.com/+log/master">docs/source.android.com |
| 127 | project log in AOSP</a></strong> for the complete list of changes to this site. |
| 128 | Contribute your own updates to that same project and help maintain source.android.com.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 129 | </div> |
| 130 | |
| 131 | </div> |
| 132 | |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 133 | </div> |