summaryrefslogtreecommitdiff
path: root/factory-images
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2014-09-30 09:43:45 -0700
committerBill Yi <byi@google.com>2014-09-30 16:46:11 +0000
commita5b5fdb4aa77a45a2b9f5569340857cb38670d9e (patch)
tree9c83ee48053167ab7d7ac984686c383b10e09220 /factory-images
parentdaec9d40b65d53fdca0229ff89a9bb875ca68067 (diff)
downloadshamu-a5b5fdb4aa77a45a2b9f5569340857cb38670d9e.tar.gz
Add factory image support for shamu
BUG:16463358 Change-Id: I6e1c147292c147212caebfa7eaec35290e8bb845
Diffstat (limited to 'factory-images')
-rwxr-xr-xfactory-images/generate-factory-images-package.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/factory-images/generate-factory-images-package.sh b/factory-images/generate-factory-images-package.sh
new file mode 100755
index 00000000..955286af
--- /dev/null
+++ b/factory-images/generate-factory-images-package.sh
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# Copyright 2014 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+source ../../../common/clear-factory-images-variables.sh
+BUILD=1433121
+DEVICE=shamu
+PRODUCT=shamu
+VERSION=lrw73l
+SRCPREFIX=signed-
+BOOTLOADER=moto-apq8084-70.39
+RADIO=d4.0-9625-02.48
+source ../../../common/generate-factory-images-common.sh