Skip to content

AOKP/vendor_aokp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2714ebe · Jun 25, 2020
Jan 1, 2020
Jan 31, 2016
Jan 1, 2020
Jun 25, 2020
Dec 23, 2019
Jan 1, 2020
Jan 31, 2016
Mar 3, 2019
Jan 1, 2020
Jan 1, 2020
Mar 5, 2019
Oct 29, 2018
Feb 12, 2017
Jan 31, 2016
Mar 30, 2018
Aug 3, 2018
Feb 2, 2016

Repository files navigation

Kanged Unicorn

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Initiate core trees without any device/kernel/vendor:

$ repo init -u https://github.com/AOKP/platform_manifest.git -b oreo

Sync the repository:

$ repo sync --force-sync

Building

After the sync is finished, please read the instructions from the Android site on how to build.

. build/envsetup.sh
lunch

You can also build for specific devices (eg. hammerhead) like this:

. build/envsetup.sh
lunch aokp_cheeseburger-userdebug
mka rainbowfarts

Remember to make clobber && make clean every now and then!