हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
रिलीज़ का लाइफ़साइकल
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
AOSP कोड को किसी आधिकारिक रिलीज़ में शामिल करने से पहले, उसे अलग-अलग शाखाओं में भेजा जाता है. पहली इमेज में, रिलीज़ के लाइफ़साइकल के अलग-अलग चरण दिखाए गए हैं:
पहली इमेज. AOSP रिलीज़ का लाइफ़साइकल.
लाइफ़साइकल के चरण यहां दिए गए हैं:
बाहरी योगदान देने वाले लोग, अपने डिवाइस के लिए रिलीज़ की गई नई शाखा को डाउनलोड और उसमें बदलाव कर सकते हैं. साथ ही, इस शाखा पर AOSP के अगले वर्शन के लिए कोड में बदलाव का सुझाव भी दे सकते हैं.
अपस्ट्रीम प्रोजेक्ट के लाइफ़साइकल के बारे में जानने के लिए, अपस्ट्रीम प्रोजेक्ट का लाइफ़साइकल देखें.
Google, सुझाए गए बदलावों की समीक्षा करता है. अगर उन्हें स्वीकार कर लिया जाता है, तो Google की इंटरनल डेवलपमेंट शाखा में, रिलीज़ की नई शाखा में सुझाए गए बदलावों को शामिल किया जाता है. इस शाखा को सिर्फ़ Google के अंदर ऐक्सेस किया जा सकता है. यहां Google, अगली रिलीज़ के लिए नई सुविधाएं जोड़ता है.
समय-समय पर, इंटरनल डेवलपमेंट ब्रांच से एक इंटरनल रिलीज़ ब्रांच बनाई जाती है. Google, गड़बड़ियों को ठीक करने और परफ़ॉर्मेंस को बेहतर बनाने के लिए, इस रिलीज़ की शाखा में बदलावों को चुन सकता है .
Google, किसी समय पर इंटरनल रिलीज़ शाखा से कोड को रिलीज़ की नई शाखा (android-latest-release
मेनिफ़ेस्ट में बताई गई) पर पुश करता है. ऐसा, सार्वजनिक AOSP होस्ट पर रिलीज़ शाखा की रीड-ओनली कॉपी बनाने के लिए किया जाता है.
अपस्ट्रीम प्रोजेक्ट का लाइफ़साइकल
अपस्ट्रीम प्रोजेक्ट का कोड, इंटरनल डेवलपमेंट ब्रांच में फ़्लो करता है और पिछले डायग्राम में दिए गए तीसरे और चौथे चरण का पालन करता है. अपस्ट्रीम कोड को अगली रिलीज़ शाखा में पब्लिश किया जाता है. अपस्ट्रीम प्रोजेक्ट, एक ओपन सोर्स प्रोजेक्ट होता है. इसमें AOSP कोड खींचता है. Google, Linux kernel और WebKit जैसे प्रोजेक्ट के साथ-साथ, कुछ ऐसे Android प्रोजेक्ट को भी AOSP पर माइग्रेट करता है जो कुछ हद तक ऑटोनोमस होते हैं. जैसे, ART, Android SDK टूल, और Bionic. कुछ अपस्ट्रीम प्रोजेक्ट में सीधे तौर पर योगदान दिया जा सकता है. ज़्यादा जानकारी के लिए, अपस्ट्रीम प्रोजेक्ट में योगदान देना लेख पढ़ें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, 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)."]]