























CAF or Code Aurora Forums, hosts the source code for various Qualcomm® Snapdragon™ SoCs. It also serves as a staging area for open source code that is submitted to various upstream projects such as the Linux kernel and Android. These are tweaked sources of AOSP made to better compatibility and performance for their SoCs. Qualcomm MSM chips are the latest chips made for high end phones.
This is what OEMs use to make builds on top of CAFs source which uses Qualcomm’s chipsets.
Qualcomm refers Android for MSM as HLOS (High Level Operating System) Qualcomm® Snapdragon™ chipsets
These Releases are maintained by qcom for various Android versions and Kernel versions.
These Releases are separated into 2 parts and needs to be downloaded separately
vendor/qcom/proprietaryWe can find this list of Tags and Releases at
Android releases - https://wiki.codeaurora.org/xwiki/bin/QAEP/release
Proprietary - https://chipcode.qti.qualcomm.com/
Each Tag/Build ID is identified by a unique Build identification code:
<PL_Image>-<Version>-<Chipset>
| PL_Image | Some Brach for Linux Android (LA) |
| Version | Build ID version |
| Chipset | Supported Chipset from qcom |
This Tags can then be used to get open source release manifest from Android releases
Initialize the repo.
repo init -u git://codeaurora.org/platform/manifest.git -b release -m [manifest]
And then sync it as you’ll always do.
repo sync --no-clone-bundle --optimized-fetch
References:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。