
Android Open Source Project
Mar 27, 2025 · Read about the Android Open Source Project (AOSP) and learn how to develop, customize, and test your devices. Getting started. Setup Learn how to set up your environment, download the AOSP source, build Android, and make contributions. Security. Security Find out how Android incorporates industry-leading security features to keep the Android ...
Get Started | Android Open Source Project
Mar 27, 2025 · Android is an open source software stack created for a wide array of devices with different form factors. Learn more about building and contributing to the platform. ... Submit your own contributions to the Android Open Source Project. Community. Interact with others Interact with, and get help from, the Android community. ...
AOSP overview - Android Open Source Project
Apr 4, 2025 · The documentation and source code for Android is available to anyone as the Android Open Source Project (AOSP). You can use AOSP to create custom variants of the Android OS for your own devices. AOSP is designed so that there's no central point of failure, where one industry player restricts or controls the innovations of another. Therefore ...
Android OS Documentation - Android Open Source Project
Mar 27, 2025 · Android is an open source software stack created for a wide array of devices with different form factors. Learn more about building and contributing to the platform. ... Submit your own contributions to the Android Open Source Project. Core topics From the basic building blocks of an Android device to the more intricate, advanced features ...
Download the Android source | Android Open Source Project
Mar 27, 2025 · Note: By default, repo init initializes the current directory for use with the source's main branch. For information on manifest file format, see repo Manifest Format. For a list of all Repo commands, see the Repo command reference. Download the Android source. Run the following command to download the Android source tree to your working directory:
Architecture overview | Android Open Source Project
Apr 4, 2025 · The Android Open Source Project (AOSP) is publicly available and modifiable Android source code. Anyone can download and modify AOSP for their device. ... These APIs are marked as @SystemApi in the source code. Android API The Android API is the publicly available API for third-party Android app developers.
Try Android development | Android Open Source Project
Mar 27, 2025 · Note: If you're checking out a mirror, you need more space because the full Android Open Source Project (AOSP) mirrors contain all Git repositories that have ever been used. A minimum of 64 GB of RAM. Google uses 72-core machines with 64 GB of RAM to build Android. With this hardware configuration, it takes approximately 40 minutes for a full ...
Android Open Source Project
Android の機能リリースフラグにより、AOSP の開発ブランチをすべてのユーザーにとって安定した状態に保つことが可能になります。AOSP のコントリビューターは、機能リリースフラグを使用することで、テスト済みのコードのみが実行されるようにすることが ...
Android Open Source Project
Android Open Source Project. Use o sistema operacional Android para ativar o dispositivo. / Documentos Mais Android Code Search O que há de novo? Notas da versão Boletins de segurança mais recentes Documento de definição de compatibilidade (CDD) mais recente Atualizações de sites ...
Build Android | Android Open Source Project
Mar 27, 2025 · lunch product_name-release_config-build_variant. The components of this string are: The product_name is the name of the product you want to build, such as aosp_cf_x86_64_phone or aosp_husky.Your specific product_name can follow your own format for your device, but the format that Google uses for its devices has these components: aosp …