Skip to content

Commit

Permalink
Supports build otapackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sola-dolphin1 committed May 22, 2013
1 parent 718fbf0 commit ba4792b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Expand Up @@ -52,12 +52,19 @@ function configure_device() {
return $?
}

function copy_tools() {
mkdir -p out/host/linux-x86/framework
cp tools/dumpkey.jar out/host/linux-x86/framework/
cp tools/signapk.jar out/host/linux-x86/framework/
}

unset CDPATH
. setup.sh &&
if [ -f patches/patch.sh ] ; then
. patches/patch.sh
fi &&
configure_device &&
copy_tools &&
time nice -n19 make $MAKE_FLAGS $@

ret=$?
Expand Down
Binary file added tools/dumpkey.jar
Binary file not shown.
Binary file added tools/signapk.jar
Binary file not shown.

0 comments on commit ba4792b

Please sign in to comment.