Skip to content

SZzoe/vendor_emotion

 
 

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/MarshMallowKang/platform_manifest.git -b mm

Init repo with all devices, kernels and vendors supported by EMOTION :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,kernel,device,vendor

Init repo only for a particular device :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,<devicename>,<vendorname>

for example, to init only trees needed to build mako :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,mako,lge

Init repo for multiple devices :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,<devicename1>,<devicename2>,<devicename3>,<vendorname1>,<vendorname2>,<vendorname3>

for example, to init trees needed to build mako and flo :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,mako,flo,lge,asus

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
brunch

You can also build (and see how long it took) for specific devices like this:

. build/envsetup.sh
time brunch emotion_mako-userdebug

Remember to make clobber every now and then!

Packages

 
 
 

Languages

  • CSS 34.5%
  • JavaScript 24.5%
  • Shell 21.5%
  • Makefile 8.5%
  • C# 8.5%
  • C++ 1.7%
  • Python 0.8%