Skip to content

Commit

Permalink
Snapshot to 3fac2c96ae27d71378b421affda0caef6e5572c1
Browse files Browse the repository at this point in the history
Change-Id: If9bbc74caa28a109824b054e5158586e1f7df950
  • Loading branch information
The Android Open Source Project authored and dhacker29 committed Jun 6, 2014
1 parent 7df9212 commit 97417a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions factory-images/generate-factory-images-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
# end jb-mr2-dev

source ../../../common/clear-factory-images-variables.sh
BUILD=737497
BUILD=937116
DEVICE=grouper
PRODUCT=nakasi
VERSION=jwr66v
VERSION=kot49h
SRCPREFIX=signed-
BOOTLOADERFILE=bootloader.bin
BOOTLOADERFILE=bootloader.img
BOOTLOADER=4.23
SLEEPDURATION=10
UNLOCKBOOTLOADER=true
Expand Down
7 changes: 6 additions & 1 deletion self-extractors/generate-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# 736095 = JWR66U
# 737497 = JWR66V
# end jb-mr2-dev
BRANCH=jb-mr2-dev
BRANCH=klp-dev
if test $BRANCH = jb-dev
then
ZIP=nakasi-ota-485486.zip
Expand All @@ -76,6 +76,11 @@ then
ZIP=nakasi-ota-737497
BUILD=jwr66v
fi # jb-mr2-dev
if test $BRANCH = klp-dev
then
ZIP=nakasi-ota-937116
BUILD=kot49h
fi # klp-dev
ROOTDEVICE=grouper
DEVICE=grouper
MANUFACTURER=asus
Expand Down

0 comments on commit 97417a8

Please sign in to comment.