Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 667 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 667 Bytes

NightShadeOS

Getting Started

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

To initialize your local repository, use command:

repo init -u https://github.com/NightShadeOS-Project/manifest.git -b 13

Then sync up:

repo sync

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.

lunch nightshade_devicecodename-buildtype

Start compilation

make bacon