Skip to content

yehonatan2020/evox_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Evolution X

Initializing Local Repo

Create a directory for the source files

mkdir EvoX && cd EvoX

Install Repo in the created directory

repo init --depth=1 --no-repo-verify -u https://github.com/yehonatan2020/evox_manifest -b udc --git-lfs

This is what you will run each time you want to pull in upstream changes. Keep in mind that on your first run, it is expected to take a while as it will download all the required Android source files and their change histories.

  • Let Repo take care of the hard work
repo --no-pager --color=always sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune
  • Set up the build environment
source build/envsetup.sh
  • Lunch a target
lunch lineage_codename-userdebug
  • To start compiling (fastboot flashable image)
m updatepackage

About

Repo manifest for syncing source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published