2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
출시 수명 주기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
AOSP 코드는 공식 출시에 병합되기 전에 여러 브랜치를 거칩니다. 그림 1은 이 출시 수명 주기의 다양한 단계를 보여줍니다.
그림 1. AOSP 출시 수명 주기
수명 주기의 단계는 다음과 같습니다.
외부 참여자는 기기의 최신 출시 브랜치를 다운로드하여 수정할 수 있으며 이 브랜치에서 AOSP의 다음 버전에 관한 코드 변경사항을 제안할 수 있습니다.
업스트림 프로젝트의 수명 주기에 관한 자세한 내용은 업스트림 프로젝트 수명 주기를 참고하세요.
Google은 제안된 변경사항을 검토하고, 승인되면 최신 출시 브랜치의 제안된 변경사항을 Google의 내부 개발 브랜치에 체리픽합니다. 이 브랜치는 Google 내에서만 액세스할 수 있으며 Google에서 다음 출시의 새로운 기능을 추가하는 곳입니다.
내부 개발 브랜치에서 주기적으로 내부 출시 브랜치가 생성됩니다. Google은 버그 수정 및 성능 개선을 위해 이 출시 브랜치에서 변경사항을 선별할 수 있습니다 .
Google은 특정 시점에 내부 출시 브랜치의 코드를 최신 출시 브랜치 (android-latest-release
매니페스트에 지정됨)로 푸시하여 공개 AOSP 호스트에 출시 브랜치의 읽기 전용 사본을 만듭니다.
업스트림 프로젝트 수명 주기
업스트림 프로젝트 코드는 내부 개발 브랜치로 이동하고 위 다이어그램의 3단계와 4단계를 따릅니다. 업스트림 코드는 다음 출시 브랜치에 게시됩니다. 업스트림 프로젝트는 AOSP가 코드를 가져오는 오픈소스 프로젝트입니다. Google에서는 Linux 커널 및 WebKit과 같은 프로젝트 외에도 ART, Android SDK 도구, Bionic과 같은 일부 반자동 Android 프로젝트를 AOSP로 이전합니다. 일부 업스트림 프로젝트에 직접 참여할 수 있습니다. 자세한 내용은 업스트림 프로젝트에 기여하기를 참고하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(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-27(UTC)"],[],[],null,["# Release lifecycle\n\nAOSP code moves through different branches before it is combined into an\nofficial release. Figure 1 shows the various steps of this release lifecycle:\n\n**Figure 1.** AOSP release lifecycle.\n\nFollowing are the steps in the lifecycle:\n\n1. External contributors can download and modify the latest release\n branch for their device, as well as propose code changes for the next version\n of AOSP on this branch.\n\n | **Note:** The [Download the Android source](/docs/setup/download) document explains how to download and sync to the latest release branch. To view all of the code in the latest release branch within Android code search, navigate to [`https://cs.android.com/android/platform/superproject`](https://cs.android.com/android/platform/superproject).\n\n For information on the lifecycle of upstream projects, see\n [Upstream projects lifecycle](#up-life).\n2. Google reviews and, if accepted, cherrypicks proposed changes on\n the latest release branch into Google's *internal development branch*. This\n branch is accessible only within Google and is where Google adds new features\n for the next release.\n\n3. Periodically, an internal release branch is created from the\n internal development branch. Google might cherry pick changes into this release\n branch to address bug fixes and performance improvements .\n\n4. At some point, Google pushes code from the internal release branch to the\n latest release branch (specified in the `android-latest-release` manifest)\n to create a read-only copy of a release branch on the public AOSP host.\n\n### Upstream projects lifecycle\n\n*Upstream project* code flows into the internal development branch and\nfollow steps 3 and 4 in the preceding diagram. The upstream code is published in\nthe next release branch. An upstream project is an open source project from\nwhich the AOSP pulls code. In addition to projects such as the Linux kernel and\nWebKit, Google migrates some semi-autonomous Android projects such as ART, the\nAndroid SDK tools, and Bionic to AOSP. You can contribute directly to some\nupstream projects. For details, see\n[Contribute to an upstream project](/docs/setup/contribute/contribute-upstream)."]]