Skip to content

PixelExtended/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published