blob: 67cbb335a9d036529c01bb21422dfe6a63b48952 [file] [log] [blame]
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -07001#!/bin/sh
2
Jean-Baptiste Queru60af7d72013-05-21 16:28:32 -07003# Copyright 2011 The Android Open Source Project
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -07004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# start jb-dev
18# 334698 = JRN19
19# 342231 = JRN26D
Jean-Baptiste Queru6b4d4712012-06-19 10:43:35 -070020# 367578 = JRN60B
21# 386704 = JRN80
Jean-Baptiste Queru36565c02012-06-23 09:39:26 -070022# 391496 = JRN83D
Jean-Baptiste Querudb04dbc2012-06-26 08:34:45 -070023# 392829 = JRN84D
Jean-Baptiste Querua37b22f2012-07-04 17:10:39 -070024# 397360 = JRO02C
25# 398337 = JRO03C
Jean-Baptiste Queru3cbf45e2012-07-27 10:20:11 -070026# 402395 = JRO03D
Jean-Baptiste Queru507d12d2012-08-30 08:58:58 -070027# 447484 = JZO54
Jean-Baptiste Queruf83c38f2012-09-26 13:15:46 -070028# 477516 = JZO54I
Jean-Baptiste Queru6e8b4c22012-09-28 12:56:46 -070029# 481723 = JZO54J
Jean-Baptiste Queru734bf8a2012-10-02 15:40:15 -070030# 485486 = JZO54K
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -070031# end jb-dev
Jean-Baptiste Queru5bf77782012-11-09 13:00:42 -080032# start jb-mr1-dev
33# 526897 = JOP39B
34# 527221 = JOP40
Jean-Baptiste Queru2598a872012-11-12 08:58:20 -080035# 527662 = JOP40C
Jean-Baptiste Queru2f391992012-11-28 14:00:30 -080036# 533553 = JOP40D
Jean-Baptiste Queru5bf77782012-11-09 13:00:42 -080037# end jb-mr1-dev
Jean-Baptiste Queru829187c2012-12-27 08:43:02 -080038# start jb-mr1.1-dev
39# 551245 = JDP82
Jean-Baptiste Queruba286012013-02-14 08:37:43 -080040# 573038 = JDQ39
Jean-Baptiste Queru60af7d72013-05-21 16:28:32 -070041# end jb-mr1.1-dev
42# start jb-mr2-dev
43# 683083 = JWR51
Jean-Baptiste Queru3dbe55f2013-05-28 09:20:51 -070044# 689345 = JWR58
Jean-Baptiste Queru79dfd1e2013-05-29 08:53:21 -070045# 690834 = JWR59
Jean-Baptiste Queru7c3fc542013-06-11 08:32:50 -070046# 704243 = JWR66G
Jean-Baptiste Queru1f2970c2013-06-16 10:16:02 -070047# 711294 = JWR66N
Jean-Baptiste Queru555e4db2013-07-11 15:10:50 -070048# 737497 = JWR66V
Jean-Baptiste Queru60af7d72013-05-21 16:28:32 -070049# end jb-mr2-dev
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -070050
51source ../../../common/clear-factory-images-variables.sh
Conley Owens87828532013-12-10 16:33:19 -080052BUILD=937116
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -070053DEVICE=grouper
54PRODUCT=nakasi
Conley Owens87828532013-12-10 16:33:19 -080055VERSION=kot49h
Jean-Baptiste Queru7c3fc542013-06-11 08:32:50 -070056SRCPREFIX=signed-
Conley Owens87828532013-12-10 16:33:19 -080057BOOTLOADERFILE=bootloader.img
Jean-Baptiste Queru60af7d72013-05-21 16:28:32 -070058BOOTLOADER=4.23
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -070059SLEEPDURATION=10
Jean-Baptiste Queru0c4aef32012-11-19 08:39:17 -080060UNLOCKBOOTLOADER=true
Jean-Baptiste Querudb04dbc2012-06-26 08:34:45 -070061ERASEALL=true
Jean-Baptiste Queru671476b2012-05-29 10:40:37 -070062source ../../../common/generate-factory-images-common.sh