Skip to content

NAMELESS-AOSP-OPENSOURCE/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Nameless-AOSP-Opensource

How to build Nameless-AOSP for your device - Tutorial

Downloading Nameless-AOSP-Opensource Source Codes

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

Initialize local repository

repo init -u https://github.com/NAMELESS-AOSP-OPENSOURCE/manifest.git -b nameless

To save time, space and internet data during sync, use a command like this:

repo init -u https://github.com/NAMELESS-AOSP-OPENSOURCE/manifest.git -b nameless --depth=1

Sync

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

Build

Set up environment

$ . build/envsetup.sh

Choose a target

$ lunch aosp_$device-userdebug

Build the code

$ mka bacon -jX

About

TIME TO BUILD NAMELESS OPENSOURCE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published