- refer to AOSP
-
Initialise repo with AlphaDroid source code.
repo init -u https://github.com/alphadroid-project/manifest.git -b alpha-16.2 --git-lfs -
Download aston manifest by cloning this repo
git clone https://github.com/alphadroid-devices/astonc-manifest -b alpha-16.2 .repo/local_manifests -
Sync
repo sync -
Cook some bacon
. build/envsetup.sh lunch alpha_<device>-[<release>]-user make baconOr the light menu (no bacon)
. build/envsetup.sh brunch aston
Enjoy! :)