blob: c0a4a3e8754dab98ad59c12ace67c896e29f77b8 [file] [log] [blame]
Robert Ly35f2fda2013-01-29 16:27:05 -08001page.title=The Android Source Code
2@jd:body
3
4<!--
Clay Murphy768b82a2013-11-12 11:32:41 -08005 Copyright 2013 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -08006
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18-->
19<p>
20Android is an open-source software stack created for a wide array of devices
Clay Murphy5d294092013-07-15 15:11:40 -070021with different form factors. The primary purposes of Android are to create an
Robert Ly35f2fda2013-01-29 16:27:05 -080022open software platform available for carriers, OEMs, and developers to make
Clay Murphy5d294092013-07-15 15:11:40 -070023their innovative ideas a reality and to introduce a successful,
24real-world product that improves the mobile experience for users.
Robert Ly35f2fda2013-01-29 16:27:05 -080025
Clay Murphy5d294092013-07-15 15:11:40 -070026We also wanted to make sure there was
Robert Ly35f2fda2013-01-29 16:27:05 -080027no central point of failure, where one industry player could restrict or
28control the innovations of any other. The result is a full, production-quality
Clay Murphy5d294092013-07-15 15:11:40 -070029consumer product with source code open for customization and porting.
Robert Ly35f2fda2013-01-29 16:27:05 -080030</p>
31
32
33
34
35<h2 id="governance-philosophy">Governance Philosophy</h2
36<p>Android was originated by a group of companies known as the Open
37Handset Alliance, led by Google. Today, many companies -- both original members
Clay Murphy5d294092013-07-15 15:11:40 -070038of the OHA and others -- have invested heavily in Android. These companies have
39allocated significant engineering resources to improve Android and bring Android
40devices to market.
Robert Ly35f2fda2013-01-29 16:27:05 -080041</p>
Clay Murphy5d294092013-07-15 15:11:40 -070042<p>The companies that have invested in Android have done so on its merits
43because we believe an open platform is necessary. Android is
44intentionally and explicitly an open-source -- as opposed to a free software --
45effort; a group of organizations with shared needs has pooled
Robert Ly35f2fda2013-01-29 16:27:05 -080046resources to collaborate on a single implementation of a shared product.
47The Android philosophy is pragmatic, first and foremost. The objective is
48a shared product that each contributor can tailor and customize.</p>
49
50<p>Uncontrolled customization can, of course, lead to incompatible
51implementations. To prevent this, the Android Open Source Project also maintains the <a href="{@docRoot}compatibility/index.html">Android
52Compatibility Program</a>, which spells out what it means to be "Android
Clay Murphy5d294092013-07-15 15:11:40 -070053compatible" and what is required of device builders to achieve that status.
Robert Ly35f2fda2013-01-29 16:27:05 -080054Anyone can (and will!) use the Android source code for any purpose, and we
Clay Murphy5d294092013-07-15 15:11:40 -070055welcome all legitimate uses. However, in order to take part in the shared
56ecosystem of applications we are building around Android, device builders
Robert Ly35f2fda2013-01-29 16:27:05 -080057must participate in the Android Compatibility Program.</p>
58
59<p>The Android Open Source Project is led by Google, who
60maintains and further develops Android.
61Although Android consists of multiple subprojects, this is strictly a
62project management technique. We view and manage Android as a single,
63holistic software product, not a "distribution", specification, or collection
64of replaceable parts. Our intent is that device builders port
65Android to a device; they don't implement a specification or curate a
Clay Murphy5d294092013-07-15 15:11:40 -070066distribution.</p>