blob: b80e017b4014d76dfb246999beeb52c2f85791b0 [file] [log] [blame] [view]
Skyler Kaufman991ae4d2011-04-07 12:30:41 -07001# Philosophy and Goals #
2
3Android is an open-source software stack for mobile phones and other
4devices.
5
6## Origin and Goal ##
7
8Android was originated by a group of companies known as the Open Handset
9Alliance, led by Google. Today, many companies -- both original members of the
10OHA and others -- have invested heavily in Android, typically in the form of
11allocating significant engineering resources to improve Android and bring
12Android devices to Market.
13
14We created Android in response to our own experiences launching mobile
15apps. We wanted to make sure that there would always be an open platform
16available for carriers, OEMs, and developers to use to make their innovative
17ideas a reality. We wanted to make sure that there was no central point of
18failure, where one industry player could restrict or control the innovations
19of any other. The solution we chose was an open and open-source platform.
20
21The goal of the Android Open Source Project is to create a successful
22real-world product that improves the mobile experience for end users.
23
24## Governance Philosophy ##
25
26The companies that have invested in Android have done so on its merits,
27because we believe that an open platform is necessary. Android is
28intentionally and explicitly an open-source -- as opposed to free software --
29effort: a group of organizations with shared needs has pooled
30resources to collaborate on a single implementation of a shared product.
31The Android philosophy is pragmatic, first and foremost. The objective is
32a shared product that each contributor can tailor and customize.
33
34Uncontrolled customization can, of course, lead to incompatible
35implementations. To prevent this, the AOSP also maintains the Android
36Compatibility Program, which spells out what it means to be "Android
37compatible", and what is required of device builders to achieve that status.
38Anyone can (and will!) use the Android source code for any purpose, and we
39welcome all such uses. However, in order to take part in the shared
40ecosystem of applications that we are building around Android, device builders
41must participate in the Compatibility Program.
42
43Though Android consists of multiple sub-projects, this is strictly a
44project-management technique. We view and manage Android as a single,
45holistic software product, not a "distribution", specification, or collection
46of replaceable parts. Our intent is that device builders port
47Android to a device; they don't implement a specification or curate a
48distribution.
49
50## How We Work ##
51
52We know that quality does not come without hard work. Along with many
53partners, Google has contributed full-time engineers, product managers, UI
54designers, Quality Assurance, and all the other roles required to bring
55modern devices to market. We roll the open source administration and
56maintenance into the larger product development cycle.
57
58- At any given moment, there is a current latest release of the Android
59platform. This typically takes the form of a branch in the tree.
60
61- Device builders and Contributors work with the current
62latest release, fixing bugs, launching new devices, experimenting with new
63features, and so on.
64
65- In parallel, Google works internally on the next version of the
66Android platform and framework, working according to the product's needs and
67goals. We develop the next version of Android by working with a device partner
68on a flagship device whose specifications are chosen to push Android
69in the direction we believe it should go.
70
71- When the "n+1"th version is ready, it will be published to the public
72source tree, and become the new latest release.
73