Skip to content

Colt-Oreo/android_vendor_colt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2df116e · Dec 1, 2017
Apr 20, 2017
Jul 30, 2015
Nov 19, 2017
Sep 11, 2017
Dec 1, 2017
Oct 31, 2017
Nov 19, 2017
Nov 2, 2017
Jan 9, 2017
Dec 28, 2016
Oct 2, 2017
Aug 23, 2017

Repository files navigation

[ColtOS Project] (Experience the Stablity with Performance)

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Repo initialization:

$ repo init -u https://github.com/Colt-Oreo/Colt_Manifest.git -b cos8.x

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 m7

Remember to make clobber every now and then!