Skip to content

HertzifyOS/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

627 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HertzifyOS

Getting started

To get started with Android, you'll need to get familiar with Source Control Tools.

To initialize your local repository using the ProjectPixelage trees, use a command like this:

repo init -u https://github.com/HertzifyOS/android_manifest.git -b 16 --git-lfs

Or If you wish to save some system space and don't care about repo history depths:

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

Then to sync up:

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

Building HertzifyOS

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch hertzify_codename-bp4a-buildtype

Start compilation

mka bacon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors