Skip to content

Cloning an AOSP mirror

rsglobal edited this page Dec 5, 2023 · 4 revisions
mkdir mirror
cd mirror
repo init -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r2 --mirror
sed '/clone-depth/d' -i .repo/manifests/default.xml
repo sync
Clone this wiki locally