Skip to content

Commit

Permalink
changes for the new naming convention
Browse files Browse the repository at this point in the history
Change-Id: I6beaafce3450fae27cd3eacba9b51be86a3edc53
  • Loading branch information
chirayudesai committed May 26, 2012
1 parent 3f5b3d6 commit c6eb185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ check_result "lunch failed."
# save manifest used for build (saving revisions as current HEAD)
repo manifest -o $WORKSPACE/archive/manifest.xml -r

rm -f $OUT/update*.zip*
rm -f $OUT/cm-*.zip*

UNAME=$(uname)

Expand Down Expand Up @@ -175,7 +175,7 @@ make $CLEAN_TYPE
mka bacon recoveryzip recoveryimage checkapi
check_result "Build failed."

cp $OUT/update*.zip* $WORKSPACE/archive
cp $OUT/cm-*.zip* $WORKSPACE/archive
if [ -f $OUT/utilties/update.zip ]
then
cp $OUT/utilties/update.zip $WORKSPACE/archive/recovery.zip
Expand All @@ -186,7 +186,7 @@ then
fi

# archive the build.prop as well
ZIP=$(ls $WORKSPACE/archive/update*.zip)
ZIP=$(ls $WORKSPACE/archive/cm-*.zip)
unzip -c $ZIP system/build.prop > $WORKSPACE/archive/build.prop

# CORE: save manifest used for build (saving revisions as current HEAD)
Expand Down

0 comments on commit c6eb185

Please sign in to comment.