Skip to content
Martin Valba edited this page Jul 31, 2020 · 1 revision

Welcome to the Canary-Downloads wiki!

Building Beryllium AOSP (Mainline, by github.com/pundiramit)

  • May not work for all users (WIP), so dont rage or be mad at me or pundiramit.

ROM building (Using prebuilt kernel by pundiramat)

Linux packages (APT)

sudo apt install gnupg flex bison build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig repo

Setting up rom source

mkdir aosp-repo Also can be named whatever you like.
cd aosp-repo
repo init -u https://android.googlesource.com/platform/manifest -b master
git clone https://github.com/pundiramit/android-local-manifests.git .repo/local_manifests -b master
repo sync

Building rom with prebuilt kernel

  • cd into synced source!
. build/envsetup.sh or source build/envsetup.sh
lunch aosp_beryllium-userdebug
make

Custom kernel