blob: 6cc69dbd8f174c1a1dfa6412fab8704afabd092e [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
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
Robert Ly35f2fda2013-01-29 16:27:05 -080039<div class="wrap">
40
41 <div class="landing-docs">
42 <div class="col-8">
Clay Murphya336f062014-05-08 13:33:23 -070043 <h3>What's New</h3>
Clay Murphy759ebd82015-04-07 14:57:27 -070044<a href="{@docRoot}source/initializing.html">
45 <h4>Initializing Improvements</h4></a>
46 <p>Build environment <strong><a
47 href="{@docRoot}source/initializing.html#setting-up-a-mac-os-x-build-environment">Initializing</a></strong>
48 instructions now explain how to resize and unmount Mac OS sparse
49 images. And the ccache section has been moved to an optional <strong><a
50 href="{@docRoot}source/initializing.html#optimizing-a-build-environment">Optimizing
51 a build environment</a></strong> section.</p>
52
53<a href="{@docRoot}devices/tech/security/selinux/index.html">
54 <h4>SELinux Permissive Declarations</h4></a>
55 <p>SELinux <strong><a
56 href="{@docRoot}devices/tech/security/selinux/customize.html">Customizing</a></strong>
57 and <strong><a
58 href="{@docRoot}devices/tech/security/selinux/implement.html">Implementing</a></strong>
59 instructions have been updated to recommend using permissive declarations
60 directly as <code>permissive_or_unconfined()</code> has been deprecated.
61 Similarly, <code>BOARD_SEPOLICY_UNION</code> has been removed, so
62 <code>BOARD_SEPOLICY_*</code> variables are suggested insead.</p>
63
64<a href="{@docRoot}devices/input/diagnostics.html">
65 <h4>Dumpsys Input and System Diagnostics</h4></a>
66 <p>Dumpsys contents have been completely rewritten with fresh output
67 examples and split into <strong><a
68 href="{@docRoot}devices/input/diagnostics.html">Input Diagnostics</a></strong>
69 and <strong><a href="{@docRoot}devices/tech/debug/dumpsys.html">System
70 Diagnostics</a></strong>.</p>
71
72<a href="{@docRoot}devices/bluetooth.html">
73 <h4>Android 5.0 Bluetooth HCI Requirements</h4></a>
74 <p><strong><a
75 href="{@docRoot}devices/Android-5.0-Bluetooth-HCI-Reqs.pdf">Bluetooth
76 Host Controller Interface (HCI) requirements</a></strong> to leverage
77 the Bluetooth Low Energy APIs in Android 5.0 have
78 been published and linked from the <strong><a
79 href="{@docRoot}devices/bluetooth.html">Bluetooth</a></strong> introduction.</p>
80
Clay Murphy5b36e032015-03-24 15:23:01 -070081<a href="{@docRoot}devices/tech/ota/index.html">
82 <h4>OTA Updates</h4></a>
83 <p>An entire suite of documentation has been added describing the <strong><a
84 href="{@docRoot}devices/tech/ota/index.html">over-the-air (OTA)
85 update process</a></strong> including <strong><a
86 href="{@docRoot}devices/tech/ota/tools.html">available tools</a></strong>, <strong><a
87 href="{@docRoot}devices/tech/ota/block.html">block-based OTAs</a></strong>, and
88 <strong><a
89 href="{@docRoot}devices/tech/ota/device_code.html">device-specific code</a></strong> for customizing updates.</p>
90
91<a href="{@docRoot}devices/tech/security/verifiedboot/index.html">
92 <h4>Verified Boot</h4></a>
93 <p>The <strong><a
94 href="{@docRoot}devices/tech/security/verifiedboot/index.html">Verified
95 Boot</a></strong> section of the site has been augmented with additional
96 information for <strong><a
97 href="{@docRoot}devices/tech/security/verifiedboot/verified-boot.html">verifying
98 boot</a></strong> and <strong><a
Clay Murphyc7b31bd2015-03-24 16:42:43 -070099 href="{@docRoot}devices/tech/security/verifiedboot/dm-verity.html">implementing
Clay Murphy5b36e032015-03-24 15:23:01 -0700100 dm-verity</a></strong>.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800101 </div>
102
103 <div class="col-8">
104 <h3>Getting Started</h3>
105 <a href="{@docRoot}source/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800106 <h4>Explore the Source</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800107 <p>Get the complete Android platform and modify and build it to suit your needs. You can
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700108 also <strong><a
109 href="https://android-review.googlesource.com/#/q/status:open">contribute
110 to</a></strong> the <strong><a
Clay Murphyddffdfc2015-03-02 13:30:18 -0800111 href="https://android.googlesource.com/">Android Open Source Project (AOSP)
Clay Murphy5a7dc7e2014-09-30 14:55:13 -0700112 repository</a></strong> to make your changes available to everyone else
113 in the Android ecosystem.</p>
Clay Murphy4aa22e82014-12-16 11:21:22 -0800114<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 Ly35f2fda2013-01-29 16:27:05 -0800115 <a href="{@docRoot}devices/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800116 <h4>Port Android to Devices</h4></a>
Clay Murphy3fe59ee2013-07-09 10:31:04 -0700117 <p>Port the latest Android platform and
Robert Ly5b218c22013-05-07 10:37:22 -0700118 create compelling devices that your customers want.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800119
120 <a href="{@docRoot}accessories/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800121 <h4>Build Accessories</h4></a>
Robert Ly5b218c22013-05-07 10:37:22 -0700122 <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 -0800123
124 <a href="{@docRoot}compatibility/index.html">
Clay Murphy78beecd2013-11-05 16:27:26 -0800125 <h4>Get Compatible</h4></a>
Robert Ly35f2fda2013-01-29 16:27:05 -0800126 <p>Being Android-compatible lets you offer custom features but still give users and developers a consistent
127 and standard experience across all Android-powered devices. Android provides guidance
128 and a test suite to verify your Android compatibility.</p>
Clay Murphyddffdfc2015-03-02 13:30:18 -0800129
130 <a href="https://android.googlesource.com/platform/docs/source.android.com/">
131 <h4>Help this Site</h4></a>
132 <p>Please note, source.android.com is maintained in the Android Open Source Project. See the <strong><a
133 href="https://android.googlesource.com/platform/docs/source.android.com/+log/master">docs/source.android.com
134 project log in AOSP</a></strong> for the complete list of changes to this site.
135 Contribute your own updates to that same project and help maintain source.android.com.</p>
Robert Ly35f2fda2013-01-29 16:27:05 -0800136 </div>
137
138 </div>
139
Clay Murphyf965cd72013-05-30 14:43:56 -0700140</div>