Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.32 KB

README.mkdn

File metadata and controls

28 lines (26 loc) · 1.32 KB

BakedRom

Getting Started

Android 4.4 KitKat

Please see the Android source page for building instructions. Visit this page for more info. To initialize your local repository using our repos, use the following command:

repo init -u https://github.com/TeamBAKED/platform_manifest.git -b kk-4.4

Then use this:

repo sync

Building

While syncing we suggest you read the instructions from the Android site or any other how-to on how to build. After the sync finishes we can build with a few easy commands

aosp way:

Intialize the build enviroment

. build/envsetup.sh

Use to get list of available devices

lunch

Then to build

make otapackage

This produces a flashable zip

Or building the CM way:

mka bacon

This will compile everything and use the correct "-j#" flag and produce a flashable zip file

Special Thanks

To Google for the open source code obviously. Also to (in no special order) CyanogenMod, AOKP, Every other Dev that is contributing, and also to the android communities that keep this open source thing going!!!!!!