Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.16 KB

File metadata and controls

42 lines (29 loc) · 1.16 KB

AlphaDroid

AlphaDroid is a custom ROM for Android, based on LineageOS/crDroid, with a new look and some extra features and optimizations. Extra features are picked from other custom ROMs and adapted to our needs or implemented by us.

Credits:

Sync

# Initialize local repository
repo init -u https://github.com/alphadroid-project/manifest -b alpha-16.2 --git-lfs

# Sync
repo sync -c -d --no-clone-bundle --no-tags

Build

# Set up environment
$ . build/envsetup.sh

# Start the build
$ brunch <device_codename>

Build environment

If you need help to create a build environment, you can check crDroid instructions here.