blob: 7423341c4b391df87a6ca02ea79f82899b0f8f65 [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001fullpage=true
2no_footer_links=true
3landing.page=true
4page.metaDescription=The official site for the Android Open Source Project.
5header.hide=1
6@jd:body
7
8<!--
Clay Murphyb808be72015-01-05 16:13:15 -08009 Copyright 2015 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -080010
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 Ly5b218c22013-05-07 10:37:22 -070027
Clay Murphyfa783d82015-05-01 14:26:20 -070028<p>
29Android is an open source software stack for a wide range of mobile devices and
30a corresponding open source project led by Google. This site offers the
31information and source code you need to create custom variants of the Android
32stack, port devices and accessories to the Android platform, and ensure your
33devices meet compatibility requirements.
34</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080035
Clay Murphya951f232015-10-02 15:28:51 -070036<h2 align="center">Android 6.0 Updates Available &mdash; see details below</h2>
Robert Ly35f2fda2013-01-29 16:27:05 -080037 </div>
38
39</div>
40
Robert Ly35f2fda2013-01-29 16:27:05 -080041<div class="wrap">
42
43 <div class="landing-docs">
44 <div class="col-8">
Clay Murphya336f062014-05-08 13:33:23 -070045 <h3>What's New</h3>
Clay Murphy8ebd4b92015-11-11 15:23:30 -080046<a href="{@docRoot}compatibility/downloads.html">
47 <h4>CTS 5.1 R4 Packages</h4></a>
48 <p>Android 5.1 R4 Compatibility Test Suite (CTS) and CTS Verifier
49 packages can now be found on <strong><a
50 href="{@docRoot}compatibility/downloads.html#android-51">Compatibility
51 Downloads</a></strong>.</p>
52
Clay Murphya8324cd2015-11-05 12:12:04 -080053<a href="{@docRoot}source/build-numbers.html">
54 <h4>New Build Numbers for Devices Android 6.0 and 5.1</h4></a>
55 <p><strong><a
56 href="{@docRoot}source/build-numbers.html#source-code-tags-and-builds">Build
57 numbers</a></strong> have been published for Nexus 5X, Nexus 6P, Nexus 5, Nexus
58 6, Nexus 7 (flo/deb), Nexus 9 (volantis/volantisg), and Nexus Player running
59 Android 6.0 and Nexus 6, Nexus 7 (deb), Nexus 9 (volantisg), Nexus 10 running
60 Android 5.1.</p>
61
62<a href="{@docRoot}devices/input/key-layout-files.html">
63 <h4>Received Feedback Implemented</h4></a>
64 <p>Thanks to the many contributors who have submitted input using the <strong>Send Feedback</strong> button, <strong><a
65 href="{@docRoot}devices/input/key-layout-files.html">Key Layout
66 Files</a></strong>, the <strong><a
67 href="{@docRoot}source/initializing.html#branch-60x">recommended
68 version of Mac OS</a></strong>, the <strong><a
69 href="{@docRoot}source/initializing.html#installing-required-packages-ubuntu-1404">package
70 set for Ubuntu 14.04</a></strong>, and the <strong><a
71 href="{@docRoot}devices/drm.html#drm-rights">DRM rights
72 methods</a></strong> have been updated for Android 6.0.</p>
73
74<a href="{@docRoot}devices/media/oem.html">
75 <h4>Media Tool and Headset Specification</h4></a>
76 <p>The <strong><a
77 href="https://android.googlesource.com/platform/cts/+/marshmallow-cts-dev/tools/cts-media/get_achievable_rates.py">get_achievable_rates.py</a></strong>
78 script is now linked from <strong><a
79 href="{@docRoot}devices/media/oem.html#2_achievable_frame_rates_for_video_codecs">OEM
80 Dependencies for Media Resource Manager</a></strong>. And
81 4-Segment Plug Detection Resistance values have been added to the <strong><a
82 href="{@docRoot}devices/accessories/headset/specification.html#electrical12">Wired
83 Audio Headset Specification</a></strong>.</p>
84
85<a href="{@docRoot}devices/audio/midi.html">
86 <h4>MIDI Stability CLs, Audio Configuration Paths</h4></a>
87 <p><strong><a
88 href="{@docRoot}devices/audio/midi.html#ble">MIDI BLE</a></strong> now
89 links to changelists in AOSP that improve stability of MIDI over BLE for branch
90 <code>android-6.0.0_r1</code>. And the library name and
91 <code>PRODUCT_COPY_FILES</code> path have been fixed within <strong><a
92 href="{@docRoot}devices/audio/implement.html#configuring">Configuring
93 the shared library</a></strong>.</p>
94
Clay Murphyaf377572015-10-29 15:38:46 -070095<a href="{@docRoot}security/index.html">
96 <h4>Security Replaces Accessories in Navigation</h4></a>
97 <p>The <strong><a
98 href="{@docRoot}security/index.html">Security</a></strong> section has replaced the <strong><a
99 href="{@docRoot}devices/accessories/index.html">Accessories</a></strong> section
100 in top navigation with a more prominent directory structure to
101 highlight the importance of security measures undertaken in Android.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800102 </div>
103
104 <div class="col-8">
105 <h3>Getting Started</h3>
106 <a href="{@docRoot}source/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800107 <h4>Explore the Source</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800108 <p>Get the complete Android platform and modify and build it to suit your needs. You can
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700109 also <strong><a
110 href="https://android-review.googlesource.com/#/q/status:open">contribute
111 to</a></strong> the <strong><a
Clay Murphyddffdfc2015-03-02 13:30:18 -0800112 href="https://android.googlesource.com/">Android Open Source Project (AOSP)
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700113 repository</a></strong> to make your changes available to everyone else
114 in the Android ecosystem.</p>
Heidi von Markhame4f51a02015-05-15 11:24:12 -0700115<a href="{@docRoot}source/index.html"><img border="0" src="images/android_framework_small.png" alt="Android framework summary" style="display:inline;float:right;margin:5px 10px;width:42%;height:42%"></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800116 <a href="{@docRoot}devices/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800117 <h4>Port Android to Devices</h4></a>
Clay Murphy3fe59ee2013-07-09 10:31:04 -0700118 <p>Port the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -0700119 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800120
Clay Murphyaf377572015-10-29 15:38:46 -0700121 <a href="{@docRoot}security/index.html">
122 <h4>Make Secure</h4></a>
123 <p>Follow these examples and instructions to harden your Android
124 devices against malicious attacks. Find out how the Android security program
125 works and learn to implement the latest features.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800126
127 <a href="{@docRoot}compatibility/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800128 <h4>Get Compatible</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800129 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
130 and standard experience across all Android-powered devices. Android provides guidance
131 and a test suite to verify your Android compatibility.</p>
Clay Murphyddffdfc2015-03-02 13:30:18 -0800132
133 <a href="https://android.googlesource.com/platform/docs/source.android.com/">
134 <h4>Help this Site</h4></a>
Clay Murphybe1e8472015-08-19 18:41:36 -0700135 <p>Use the <strong>Send Feedback</strong> button at the bottom of any
136 page to request improvements to the content or identify errors. In addition,
137 source.android.com is maintained in the Android Open Source Project. See the
138 <strong><a
Clay Murphyddffdfc2015-03-02 13:30:18 -0800139 href="https://android.googlesource.com/platform/docs/source.android.com/+log/master">docs/source.android.com
140 project log in AOSP</a></strong> for the complete list of changes to this site.
141 Contribute your own updates to that same project and help maintain source.android.com.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800142 </div>
143
144 </div>
145
Clay Murphyf965cd72013-05-30 14:43:56 -0700146</div>