Skip to content

Naika-DAO/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

naikaOS - Android 13

Downloading Source Code:

To get started with the building naikaOS for your device, you'll need to get familiar with Git and Repo.

To initialize your local repository, use a command like this:

repo init -u https://github.com/Naika-DAO/android_manifest.git -b naika-1.0

then to sync up:

repo sync -c -j$(nproc --all)

To speed syncs, pass the -c (current branch) and -jthreadcount flags.

Also to suppress output, pass the -q (quiet) flag.

Compilation of naikaOS:

From root directory of Project, perform following commands in terminal to start Compilation.

# Initialize the environment with the envsetup.sh script:

source build/envsetup.sh

# lunch your device (codename)

lunch naika_<devicecodename>-userdebug

# start compilation for your device

make bacon # Recovery Package
# or
make scramble # Fastboot Package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published