Начиная с 27 марта 2025 г. мы рекомендуем использовать android-latest-release вместо aosp-main для создания и участия в AOSP. Дополнительные сведения см. в разделе Изменения в AOSP .
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Панель управления Android Continuous Integration (Android CI) — это веб-инструмент, на котором размещаются сборки Android Open Source Project (AOSP) и другие сборки, связанные с платформой Android, такие как сборки Generic System Image (GSI) и Compatibility Test Suite (CTS). С помощью панели управления вы можете узнать, доступны ли ваши разработки в AOSP. На рисунке 1 показана панель управления Android CI:
Рисунок 1. Панель управления Android CI
Ключевые элементы панели управления:
Имя ветки Git, в которой происходят сборки.
Конфигурация и сборка целевого устройства.
Вариант сборки может быть user , userdebug или eng . Подробнее о вариантах сборки см. в разделе Выбор цели .
Уникальный идентификатор сборки.
Постоянная ссылка на страницу конкретной сборки на панели инструментов Android CI.
Ссылка на изменения, включённые в эту сборку. Изменения одинаковы для всего ряда целей.
Каждая строка представляет собой завершенную сборку в автоматизированных сборщиках Android. Каждый столбец представляет комбинацию целевой версии и варианта. Каждая ячейка отображает текущее состояние сборки. Цвета соответствуют следующим состояниям:
Зеленый цвет символизирует успешную сборку.
Желтый цвет обозначает, что строительство еще продолжается.
Серый цвет отображает сборку, ожидающую вычислительных ресурсов и еще не запущенную.
Серый цвет с косой чертой обозначает недоступную сборку; цель еще не запланирована или больше не включена и не будет собрана.
Черный цвет обозначает постройку, которая была заброшена, поскольку истекло максимальное время ожидания ее продолжительности, и она не будет построена.
Загрузить артефакты сборки
После завершения сборки выполните следующие действия для загрузки артефактов сборки:
Нажмите get_app ( Просмотр артефактов ), чтобы перейти на страницу сборки артефактов.
Нажмите на название артефакта, чтобы загрузить его.
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-29 UTC."],[],[],null,["# Download build artifacts\n\n| **Note:** With the [changes to AOSP](/docs/whatsnew/site-updates?year=2025#aosp-changes), the Continuous Integration (CI) system is no longer generating new builds for `aosp-main` or `aosp-main-with-phones`. The `aosp-android-latest-release` CI branch is updated with new builds at every new Android release.\n\nThe\n[*Android Continuous Integration dashboard (Android CI)*](https://ci.android.com/)\nis a web-based tool that hosts Android Open Source Project (AOSP) builds and\nother builds related to the Android platform, such as Generic System Image (GSI)\nand Compatibility Test Suite (CTS) builds. You can use the dashboard to identify\nwhen your contributions are available in AOSP. Figure 1 shows the Android\nCI dashboard:\n\n**Figure 1.** Android CI dashboard\n\nThe key elements of the dashboard are:\n\n1. The name of the Git branch where the builds happen.\n2. The target device configuration and build.\n3. The build variant which can be `user`, `userdebug`, or `eng`. For more information on build variants, see [Choose a target](/docs/setup/build/building#choose-a-target).\n4. The unique ID for the build.\n5. A permanent link to the specific build's page on the Android CI dashboard.\n6. A link to the changes included in this build. The changes are the same for an entire row of targets.\n7. Link to the artifacts that you can download for the build. For instructions on downloading artifacts, see [Download build artifacts](#download-artifacts)\n\nEach row represents a completed build on Android's automated builders. Each\ncolumn represents a target and variant combination. Each cell shows the current\nstate of a build. The colors represent the following states:\n\n- Green represents a successful build.\n- Yellow represents a build that is still in progress.\n- Gray represents a build that is awaiting compute resources and not yet started.\n- Gray with a slash represents a build that is unavailable; the target hasn't been scheduled yet or is no longer enabled and won't be built.\n- Black represents a build that has been abandoned because it crossed the maximum wait time to build duration and won't be built.\n\nDownload build artifacts\n------------------------\n\nAfter a built has completed, follow these steps to download build artifacts:\n\n1. Click get_app(**View artifacts**) to navigate to the Build Artifacts page.\n2. Click the artifact name to download the artifact."]]