Skip to content

EunoiaOS/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

banner

EunoiaOS

Getting Started


To get started with the EunoiaOS 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/EunoiaOS/android_manifest.git -b eunoia-1.0 --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
eunoiaos <device-codename>

Credits: