Skip to content

AcmeUI/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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