项目作者: PixelExtended

项目描述 :
Pixel Extended Manifest
高级语言:
项目地址: git://github.com/PixelExtended/manifest.git
创建时间: 2020-04-26T14:15:39Z
项目社区:https://github.com/PixelExtended/manifest

开源协议:

下载


Download Pixel Extended-ROM

Pixel Extended



Initialize local repository

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

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

  1. 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

  1. 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.

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

Build

  1. # Set up environment
  2. $ . build/envsetup.sh
  3. # Choose a target
  4. $ lunch aosp_$device-userdebug
  5. # Build the code
  6. $ mka bacon -jX