Skip to content

KingBeatZ/kb

This branch is 1 commit ahead of PAC-ROM/pac:jellybean.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c460cfc · Dec 20, 2012

History

5 Commits
Dec 20, 2012
Dec 20, 2012

Repository files navigation

King BeatZ - PAC-man

Getting started

First you must initialize a repository with our sources:

repo init -u git://github.com/KingBeatZ/android.git -b jellybean

Then sync it up (This will take a while, so get a cup of coffee and some snickers):

repo sync

Building KingBeatZ - P.A.C

For building KingBeatZ - P.A.C you must cd to the working directory. Make sure you have your device tree sources, located on

cd device/-manufacturer-/-device-

Now you can run our build script:

./build-kb.sh -device-

You can also use a second parameter for syncing sources before building

./build-kb.sh -device- true

There are also a few parameters that you can use together with before mentioned:

  • threads: Allows to choose a number of threads for syncing operation
  • clean: Removes intermediates and output files

The usage is the same

./build-kb.sh -device- -parameters- true

Parameters will be considered false unless you set them to true

This will make a signed zip located on out/target/product/-device-.

About

KingBeatZ - PAC buildscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%