summaryrefslogtreecommitdiff
path: root/factory-images
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2015-07-15 15:16:10 -0700
committerBill Yi <byi@google.com>2015-07-15 15:16:10 -0700
commit1c50a9bde6a28128f13f67cca6a547ab73f5a169 (patch)
tree614fd97eccb2d6af74c38b0677d15420b4dbb805 /factory-images
parent7e7a2d2e3d894ef734fa42ab322403ae3c5222b2 (diff)
downloadbullhead-1c50a9bde6a28128f13f67cca6a547ab73f5a169.tar.gz
Add factory image support
BUG: 22507646 Change-Id: Ia544a9036c251c5efad5b76334efe2d85440dac3
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 0000000..c077780
--- /dev/null
+++ b/factory-images/generate-factory-images-package.sh
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# Copyright 2015 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=2078061
+DEVICE=bullhead
+PRODUCT=bullhead
+VERSION=mda09b
+SRCPREFIX=signed-
+BOOTLOADER=bhz09n
+RADIO=m8994f-2.6.00.0.09
+source ../../../common/generate-factory-images-common.sh