PixelExtended Manifest Save

Project README

Download Pixel Extended-ROM

Pixel Extended

Initialize local repository

repo init -u https://github.com/PixelExtended/manifest -b ufo

or you can do a shallow clone if you dont't have much bandwidth

repo init -u https://github.com/PixelExtended/manifest -b ufo --depth=1

Shallow clone lets you pull down just the latest commits, not the entire repo history. So if your project has years of history, or history from thousands of commits, you can select a particular depth to pull.

So if we are providing argument of -- depth 1 to the repo init command it will copy only the latest revision of a repo.

Sync

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

You can just use repo sync or above command, but this will save you from lot of terminal spam, data and time.

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Build


# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -jX
Open Source Agenda is not affiliated with "PixelExtended Manifest" Project. README Source: PixelExtended/manifest
Stars
0
Open Issues
1
Last Commit
1 month ago

Open Source Agenda Badge

Open Source Agenda Rating