AlphaDroid-Project / manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlphaDroid

AlphaDroid is a custom ROM for Android, based on 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:

* Base:
** crDroid Android
** LineageOS

* UI:
** dotOS
** xdroidOSS
** NusantaraProject
** Bootleggers

* Extra features:
** RisingTechOSS
** SparkOS
** PixelExperience
** DerpFest-AOSP
** BananaDroid
** TheParasiteProject

* Alpha logo and banners:
** naokoshoto

Sync

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

# Sync
repo sync

Build

# Set up environment
$ . build/envsetup.sh

# Build the code
$ lunch lineage_[device_name]-ap1a-[build_variant]
$ make bacon

# Or, instead of 'lunch + make', just
$ brunch [device_name]

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

About