Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 702 Bytes

This repo is for my personal use only kindly do not bother me with question like why did you track your device tree in rom manifest, you will recieve no response

Litmus OS

Sync

# Initialize local repository
repo init -u https://github.com/vertigo-trees/litmus_manifest -b thirteen
# Sync
repo sync -c -j$100 --force-sync --no-clone-bundle --no-tags

Build

# Set up environment
$ source build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ mka bacon -jX