Skip to content

TeamTaoshan/vendor_aokp

 
 

Repository files navigation

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Init core trees without any device/kernel/vendor :

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

sync repo :

$ repo 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 (and see how long it took) for specific devices (eg. hammerhead) like this:

. build/envsetup.sh
lunch aokp_hammerhead-userdebug && time make rainbowfarts

Remember to make clean every now and then!

Packages

No packages published

Languages

  • CSS 35.7%
  • JavaScript 25.4%
  • Shell 21.5%
  • Makefile 6.8%
  • Smalltalk 4.6%
  • C# 4.2%
  • Other 1.8%