Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 919 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 919 Bytes

Acme UI

Getting Started

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

1. Initialize your local repository

repo init -u https://github.com/AcmeUI/manifest.git -b taffy

2. Sync up

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

3. Clone your device sources repositories

4. Initialize the ROM environment with the envsetup.sh script

. build/envsetup.sh

5. Lunch your device

lunch acme_<$device_name>-<$buildtype>

6. Start compilation

mka acme

Credits