Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.51 KB

README.mkdn

File metadata and controls

54 lines (39 loc) · 1.51 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-15.1 --git-lfs

# Sync
repo sync

Build

# Set up environment
$ . build/envsetup.sh

# Build the code
$ lunch alpha_<device_codename>-<build_variant>
$ make bacon

# Or, instead of 'lunch + make', just
$ brunch alpha_<device_codename>-<build_variant>

Build environment

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