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 | 768b82a | 2013-11-12 11:32:41 -0800 | [diff] [blame] | 9 | Copyright 2013 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 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 28 | <p> |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 29 | 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 Murphy | 3fe59ee | 2013-07-09 10:31:04 -0700 | [diff] [blame] | 31 | create custom variants of the Android software stack, port devices and accessories to the Android platform, |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 32 | and ensure your devices are compatible with the Android compatibility definition. |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 33 | </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 Murphy | a336f06 | 2014-05-08 13:33:23 -0700 | [diff] [blame^] | 44 | <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 |
| 49 | href="{@docRoot}devices/graphics/architecture.html">Graphics |
| 50 | Architecture</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 |
| 57 | href="{@docRoot}source/building.html">Downloading and Building</a></strong> and <strong><a |
| 58 | href="{@docRoot}source/initializing.html">Initializing a Build |
| 59 | Environment</a></strong>. And the subdomain to download Repo is now |
| 60 | "storage.googleapis.com" on <strong><a |
| 61 | href="{@docRoot}source/downloading.html">Downloading the |
| 62 | Source</a></strong>.</p> |
| 63 | |
| 64 | <p>The lists of Android devices and associated builds have been |
| 65 | reordered and made unique. See <strong><a |
| 66 | href="{@docRoot}source/build-numbers.html#source-code-tags-and-builds">Source |
| 67 | Code Tags and Builds</a></strong> and <strong><a |
| 68 | href="{@docRoot}source/building-devices.html#picking-and-building-the-configuration-that-matches-a-device">Picking |
| 69 | and 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 |
| 74 | optimizing security within your Android devices in new <strong><a |
| 75 | href="{@docRoot}devices/tech/security/best-practices.html">Best |
| 76 | Practices</a></strong>. And <strong><a |
| 77 | href="{@docRoot}devices/tech/security/se-linux.html">Validating |
| 78 | Security-Enhanced Linux in Android</a></strong> has been revised |
| 79 | significantly.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 80 | </div> |
| 81 | |
| 82 | <div class="col-8"> |
| 83 | <h3>Getting Started</h3> |
| 84 | <a href="{@docRoot}source/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 85 | <h4>Explore the Source</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 86 | <p>Get the complete Android platform and modify and build it to suit your needs. You can |
Clay Murphy | a336f06 | 2014-05-08 13:33:23 -0700 | [diff] [blame^] | 87 | also <strong><a |
| 88 | href="https://android-review.googlesource.com/#/q/status:open">contribute to</a></strong> the <strong><a |
| 89 | href="https://android.googlesource.com/">Android Open Source Project |
| 90 | repository</a></strong> to make your changes available to everyone else in |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 91 | the Android ecosystem.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 92 | <a href="{@docRoot}devices/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 93 | <h4>Port Android to Devices</h4></a> |
Clay Murphy | 3fe59ee | 2013-07-09 10:31:04 -0700 | [diff] [blame] | 94 | <p>Port the latest Android platform and |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 95 | create compelling devices that your customers want.</p> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 96 | |
| 97 | <a href="{@docRoot}accessories/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 98 | <h4>Build Accessories</h4></a> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 99 | <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] | 100 | |
| 101 | <a href="{@docRoot}compatibility/index.html"> |
Clay Murphy | 78beecd | 2013-11-05 16:27:26 -0800 | [diff] [blame] | 102 | <h4>Get Compatible</h4></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 103 | <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 Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 106 | </div> |
| 107 | |
| 108 | </div> |
| 109 | |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 110 | </div> |