summaryrefslogtreecommitdiff
path: root/generate-packages.sh
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2016-06-15 13:31:03 -0700
committerBill Yi <byi@google.com>2017-03-09 21:30:32 +0000
commit011cc2c2cae27054ca25a1f18ec0c1e6b49eaa59 (patch)
treec1b6bbbb6dc3e439ea812eb05bf88775c894f67d /generate-packages.sh
parentd49a18a17d624b41bcf79ad972ebfdb93f4c2045 (diff)
downloadcommon-011cc2c2cae27054ca25a1f18ec0c1e6b49eaa59.tar.gz
Add android-info.txt to the root directory
BUG:29368263 Change-Id: Idd4fc29ac392d84244c2a9f2807254e8c1ce1e77 (cherry picked from commit e97c89f23faa56655bd83d248619360f31eff5d7)
Diffstat (limited to 'generate-packages.sh')
-rwxr-xr-xgenerate-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/generate-packages.sh b/generate-packages.sh
index cf025fe..d24f75e 100755
--- a/generate-packages.sh
+++ b/generate-packages.sh
@@ -129,6 +129,7 @@ do
echo \ \ Setting up $COMPANY-specific makefiles
cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
echo \ \ Setting up shared makefiles
+ unzip -j -o $ZIP OTA/android-info.txt -d root > /dev/null || echo \ \ \ \ Error extracting OTA/android-info.txt
cp -R root/* ${FILEDIR_ROOT} || echo \ \ \ \ Error copying makefiles
if [[ ${ROOTDEVICE} == sailfish ]]