blob: bdd7965d738f1ea726ceb0b68dc59d4078040270 [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 Murphyd5cfb6a2015-11-23 12:13:18 -080046<a href="{@docRoot}devices/tech/config/kernel_network_tests.html">
47 <h4>Kernel Networking Unit Tests</h4></a>
48 <p><strong><a
49 href="{@docRoot}devices/tech/config/kernel_network_tests.html">Kernel
50 Networking Unit Tests</a></strong> describe a suite of tests provided by
51 Android engineering to help ensure the device kernel will properly
52 support the Android networking stack.</p>
53
54<a href="{@docRoot}security/verifiedboot/verified-boot.html">
55 <h4>Logging Mode Optional When Verifying Boot</h4></a>
56 <p><strong><a
57 href="{@docRoot}security/verifiedboot/verified-boot.html#boot_partition">Verifying
58 Boot</a></strong> now makes it clear logging mode does not have to be
59 implemented, and dm-verity may be kept in enforcing mode.</p>
60
61<a href="{@docRoot}compatibility/cts/setup.html">
62 <h4>Bluetooth LE Beacons CTS Guidance</h4></a>
63 <p><strong><a
64 href="{@docRoot}compatibility/cts/setup.html#ble_beacons">Bluetooth LE
65 beacons</a></strong> can be used to test the compatibility of Bluetooth low
66 energy features on Android devices.</p>
67
Bert McMeen73c3c542015-11-12 14:18:10 -080068<a href="{@docRoot}devices/audio/index.html">
69 <h4>Audio Data Formats, MIDI Architecture, Related Updates</h4></a>
70 <p>New information is available about <strong><a
71 href="{@docRoot}devices/audio/data_formats.html">Audio Data Formats</a></strong>
72 and the <strong><a
73 href="{@docRoot}devices/audio/midi_arch.html">MIDI Architecture</a></strong>.
74 Also updated are <strong><a
75 href="{@docRoot}devices/audio/latency_measurements.html">Latency Measurements</a></strong>
76 and <strong><a
77 href="{@docRoot}devices/audio/terminology.html">Audio Terminology</a></strong>.
78 It also is noted that Android indirectly <strong><a
79 href="{@docRoot}devices/audio/midi.html#for-android">supports MIDI 1.0 via
80 an external adapter</a></strong>.</p>
81
Clay Murphy8ebd4b92015-11-11 15:23:30 -080082<a href="{@docRoot}compatibility/downloads.html">
83 <h4>CTS 5.1 R4 Packages</h4></a>
84 <p>Android 5.1 R4 Compatibility Test Suite (CTS) and CTS Verifier
85 packages can now be found on <strong><a
86 href="{@docRoot}compatibility/downloads.html#android-51">Compatibility
87 Downloads</a></strong>.</p>
88
Clay Murphya8324cd2015-11-05 12:12:04 -080089<a href="{@docRoot}source/build-numbers.html">
90 <h4>New Build Numbers for Devices Android 6.0 and 5.1</h4></a>
91 <p><strong><a
92 href="{@docRoot}source/build-numbers.html#source-code-tags-and-builds">Build
93 numbers</a></strong> have been published for Nexus 5X, Nexus 6P, Nexus 5, Nexus
94 6, Nexus 7 (flo/deb), Nexus 9 (volantis/volantisg), and Nexus Player running
95 Android 6.0 and Nexus 6, Nexus 7 (deb), Nexus 9 (volantisg), Nexus 10 running
96 Android 5.1.</p>
97
98<a href="{@docRoot}devices/input/key-layout-files.html">
99 <h4>Received Feedback Implemented</h4></a>
100 <p>Thanks to the many contributors who have submitted input using the <strong>Send Feedback</strong> button, <strong><a
101 href="{@docRoot}devices/input/key-layout-files.html">Key Layout
102 Files</a></strong>, the <strong><a
103 href="{@docRoot}source/initializing.html#branch-60x">recommended
104 version of Mac OS</a></strong>, the <strong><a
105 href="{@docRoot}source/initializing.html#installing-required-packages-ubuntu-1404">package
106 set for Ubuntu 14.04</a></strong>, and the <strong><a
107 href="{@docRoot}devices/drm.html#drm-rights">DRM rights
108 methods</a></strong> have been updated for Android 6.0.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800109 </div>
110
111 <div class="col-8">
112 <h3>Getting Started</h3>
113 <a href="{@docRoot}source/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800114 <h4>Explore the Source</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800115 <p>Get the complete Android platform and modify and build it to suit your needs. You can
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700116 also <strong><a
117 href="https://android-review.googlesource.com/#/q/status:open">contribute
118 to</a></strong> the <strong><a
Clay Murphyddffdfc2015-03-02 13:30:18 -0800119 href="https://android.googlesource.com/">Android Open Source Project (AOSP)
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700120 repository</a></strong> to make your changes available to everyone else
121 in the Android ecosystem.</p>
Heidi von Markhame4f51a02015-05-15 11:24:12 -0700122<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 -0800123 <a href="{@docRoot}devices/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800124 <h4>Port Android to Devices</h4></a>
Clay Murphy3fe59ee2013-07-09 10:31:04 -0700125 <p>Port the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -0700126 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800127
Clay Murphyaf377572015-10-29 15:38:46 -0700128 <a href="{@docRoot}security/index.html">
129 <h4>Make Secure</h4></a>
130 <p>Follow these examples and instructions to harden your Android
131 devices against malicious attacks. Find out how the Android security program
132 works and learn to implement the latest features.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800133
134 <a href="{@docRoot}compatibility/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800135 <h4>Get Compatible</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800136 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
137 and standard experience across all Android-powered devices. Android provides guidance
138 and a test suite to verify your Android compatibility.</p>
Clay Murphyddffdfc2015-03-02 13:30:18 -0800139
140 <a href="https://android.googlesource.com/platform/docs/source.android.com/">
141 <h4>Help this Site</h4></a>
Clay Murphybe1e8472015-08-19 18:41:36 -0700142 <p>Use the <strong>Send Feedback</strong> button at the bottom of any
143 page to request improvements to the content or identify errors. In addition,
144 source.android.com is maintained in the Android Open Source Project. See the
145 <strong><a
Clay Murphyddffdfc2015-03-02 13:30:18 -0800146 href="https://android.googlesource.com/platform/docs/source.android.com/+log/master">docs/source.android.com
147 project log in AOSP</a></strong> for the complete list of changes to this site.
148 Contribute your own updates to that same project and help maintain source.android.com.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800149 </div>
150
151 </div>
152
Clay Murphyf965cd72013-05-30 14:43:56 -0700153</div>