Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 695 Bytes

Local Manifests

Just grab the manifest and sync to get device sources

LineageOS R

# Grab Local Manifest
curl -o .repo/local_manifests/local_manifests.xml https://raw.githubusercontent.com/Redmi-MT6768/local_manifests/master/eleven.xml --create-dirs

# Sync
repo sync -j$(nproc --all) --force-sync

LineageOS S

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/Redmi-MT6768/local_manifests/master/twelve.xml --create-dirs

# Sync
repo sync -j$(nproc --all) --force-sync