Skip to content

Latest commit

History

632 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

LESSAOSP

Getting Started

To get started with the LESSAOSP sources, you'll need to get familiar with Git and Repo and also check System Requirements

To initialize your local repository, use command:

repo init -u https://github.com/LESSAOSP/manifest.git -b 16 --git-lfs

For saving space you can do shallow clone of repo init process

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

Then sync up: -J8 here is 8 threads, you can change based on your PC processor.

repo sync -c -j8

If you want to use all cores then use below command

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

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed. Note : lunch command will change based on device ex: lunch lessaosp_sea-bp2a-eng

lunch lessaosp_devicecodename-bp2a-buildtype

Start compilation

make bacon -j8

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors