Home | History | Annotate | Download | only in factory-images
      1 #!/bin/sh
      2 
      3 # Copyright 2011 The Android Open Source Project
      4 #
      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
     20 # 367578 = JRN60B
     21 # 386704 = JRN80
     22 # 391496 = JRN83D
     23 # 392829 = JRN84D
     24 # 397360 = JRO02C
     25 # 398337 = JRO03C
     26 # 402395 = JRO03D
     27 # 447484 = JZO54
     28 # 477516 = JZO54I
     29 # 481723 = JZO54J
     30 # 485486 = JZO54K
     31 # end jb-dev
     32 # start jb-mr1-dev
     33 # 526897 = JOP39B
     34 # 527221 = JOP40
     35 # 527662 = JOP40C
     36 # 533553 = JOP40D
     37 # end jb-mr1-dev
     38 # start jb-mr1.1-dev
     39 # 551245 = JDP82
     40 # 573038 = JDQ39
     41 # end jb-mr1.1-dev
     42 # start jb-mr2-dev
     43 # 683083 = JWR51
     44 # 689345 = JWR58
     45 # 690834 = JWR59
     46 # 704243 = JWR66G
     47 # 711294 = JWR66N
     48 # 737497 = JWR66V
     49 # end jb-mr2-dev
     50 
     51 source ../../../common/clear-factory-images-variables.sh
     52 BUILD=937116
     53 DEVICE=grouper
     54 PRODUCT=nakasi
     55 VERSION=kot49h
     56 SRCPREFIX=signed-
     57 BOOTLOADERFILE=bootloader.img
     58 BOOTLOADER=4.23
     59 SLEEPDURATION=10
     60 UNLOCKBOOTLOADER=true
     61 ERASEALL=true
     62 source ../../../common/generate-factory-images-common.sh
     63