Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 924 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 924 Bytes

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