4 Cloning an AOSP mirror
rsglobal edited this page 2023-12-05 08:48:44 +02:00
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