Skip to content

AfterlifeOS/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

banner

AfterlifeOS

Getting Started


To get started with the AfterLife sources, you'll need to get familiar with Git and Repo.

Requirements

  • Around 500GB disk space.
  • Around 16GB RAM running Linux.

To initialize your local repository, use command:

repo init --depth=1 -u https://github.com/AfterlifeOS/android_manifest.git -b 14 --git-lfs

Then sync up:

repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8

Build our source

. build/envsetup.sh
goafterlife <device-codename>

Credits: