Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.06 KB

Local Manifests

Just grab the manifest and sync to get device sources

Twelve-Prebuilt

# Grab Local Manifest
curl -o .repo/local_manifests/local_manifests.xml https://raw.githubusercontent.com/yogurt-devs/local_manifests/main/twelve-prebuilt.xml --create-dirs

Thirteen-Prebuilt

Required patches for IMS: https://gerrit.pixelexperience.org/q/topic:%22mediatek-ims%22+(status:open%20OR%20status:merged)

# Grab Local Manifest
curl -o .repo/local_manifests/local_manifests.xml https://raw.githubusercontent.com/yogurt-devs/local_manifests/main/thirteen-prebuilt.xml --create-dirs

Thirteen

# Grab Local Manifest
curl -o .repo/local_manifests/local_manifests.xml https://raw.githubusercontent.com/yogurt-devs/local_manifests/main/thirteen.xml --create-dirs

Fourteen

# Grab Local Manifest
curl -o .repo/local_manifests/local_manifests.xml https://raw.githubusercontent.com/yogurt-devs/local_manifests/main/fourteen.xml --create-dirs
# Sync
repo sync -j$(nproc --all) --force-sync