Build the Source
After downloading the source, let's build Halcyon now!
Initialize the environment
. build/envsetup.sh
Select target device
- For older branches than 14.2
lunch halcyon_DEVICE-userdebug
- For 14.2 and newer branches
lunch halcyon_DEVICE-RELEASE-userdebug
Available Release Types
Release Type | Branch |
---|---|
ap1a | 14.2 |
ap2a | 14.3 |
Proceed with the build
make carthage -j$(nproc --all)