blob: c1739920a7db5c34225971cb9ee63c31cc2e60e1 [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 Murphy768b82a2013-11-12 11:32:41 -08009 Copyright 2013 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
Robert Ly35f2fda2013-01-29 16:27:05 -080028 <p>
Clay Murphyf965cd72013-05-30 14:43:56 -070029 Android is an open-source software stack for a wide range of mobile devices and a corresponding open-source project led by
30 Google. Here you can find the information and source code you need to learn more about the Android platform. From there you can
Clay Murphy3fe59ee2013-07-09 10:31:04 -070031 create custom variants of the Android software stack, port devices and accessories to the Android platform,
Clay Murphyf965cd72013-05-30 14:43:56 -070032 and ensure your devices are compatible with the Android compatibility definition.
Robert Ly35f2fda2013-01-29 16:27:05 -080033 </p>
34
35 </div>
36
37</div>
38
39
40<div class="wrap">
41
42 <div class="landing-docs">
43 <div class="col-8">
Clay Murphya336f062014-05-08 13:33:23 -070044 <h3>What's New</h3>
45
46<a href="{@docRoot}devices/graphics/architecture.html">
47 <h4>Graphics architecture document published</h4></a>
48 <p>Android engineering describes the system-level <strong><a
49href="{@docRoot}devices/graphics/architecture.html">Graphics
50Architecture</a></strong> in great detail.</p>
51
52<img border="0" src="images/Android_Robot_100.png" alt="Android Partner icon" style="display:inline;float:right;margin:5px 10px">
53
54<a href="{@docRoot}source/building.html">
55 <h4>Build information updated and improved</h4></a>
56<p>The recommended version of Java is now 7 and Ubuntu is now 12.04, as noted on <strong><a
57href="{@docRoot}source/building.html">Downloading and Building</a></strong> and <strong><a
58href="{@docRoot}source/initializing.html">Initializing a Build
59Environment</a></strong>. And the subdomain to download Repo is now
60"storage.googleapis.com" on <strong><a
61href="{@docRoot}source/downloading.html">Downloading the
62Source</a></strong>.</p>
63
64 <p>The lists of Android devices and associated builds have been
65reordered and made unique. See <strong><a
66href="{@docRoot}source/build-numbers.html#source-code-tags-and-builds">Source
67Code Tags and Builds</a></strong> and <strong><a
68href="{@docRoot}source/building-devices.html#picking-and-building-the-configuration-that-matches-a-device">Picking
69and building the configuration that matches a device</a></strong>.</p>
70
71<a href="{@docRoot}devices/tech/security/best-practices.html">
72 <h4>Security best practices published, SELinux improved</h4></a>
73 <p>The Android security team lays out its recommendations for
74optimizing security within your Android devices in new <strong><a
75href="{@docRoot}devices/tech/security/best-practices.html">Best
76Practices</a></strong>. And <strong><a
77href="{@docRoot}devices/tech/security/se-linux.html">Validating
78Security-Enhanced Linux in Android</a></strong> has been revised
79significantly.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080080 </div>
81
82 <div class="col-8">
83 <h3>Getting Started</h3>
84 <a href="{@docRoot}source/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080085 <h4>Explore the Source</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -080086 <p>Get the complete Android platform and modify and build it to suit your needs. You can
Clay Murphya336f062014-05-08 13:33:23 -070087 also <strong><a
88href="https://android-review.googlesource.com/#/q/status:open">contribute to</a></strong> the <strong><a
89href="https://android.googlesource.com/">Android Open Source Project
90repository</a></strong> to make your changes available to everyone else in
Robert Ly35f2fda2013-01-29 16:27:05 -080091 the Android ecosystem.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080092 <a href="{@docRoot}devices/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080093 <h4>Port Android to Devices</h4></a>
Clay Murphy3fe59ee2013-07-09 10:31:04 -070094 <p>Port the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -070095 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -080096
97 <a href="{@docRoot}accessories/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -080098 <h4>Build Accessories</h4></a>
Robert Ly5b218c22013-05-07 10:37:22 -070099 <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 Ly35f2fda2013-01-29 16:27:05 -0800100
101 <a href="{@docRoot}compatibility/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800102 <h4>Get Compatible</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800103 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
104 and standard experience across all Android-powered devices. Android provides guidance
105 and a test suite to verify your Android compatibility.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800106 </div>
107
108 </div>
109
Clay Murphyf965cd72013-05-30 14:43:56 -0700110</div>