Skip to content

Commit

Permalink
releasetool: skip stripping tiap to keep md5sums
Browse files Browse the repository at this point in the history
Change-Id: Id807b59099abb54f345ff761e637a48eb1ac7473
  • Loading branch information
tpruvot committed May 27, 2012
1 parent 92228e2 commit 491752e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion releasetools/squisher
Expand Up @@ -101,7 +101,9 @@ cd $REPACK

# Strip modules
[ -d $REPACK/ota/system/lib/modules ] && \
find $REPACK/ota/system/lib/modules -name "*.ko" -not -name "overclock*" -print0 | xargs -0 arm-eabi-strip --strip-unneeded
find $REPACK/ota/system/lib/modules -name "*.ko" \
-not -name "overclock*" \
-not -name "tiap*" -print0 | xargs -0 arm-eabi-strip --strip-unneeded

# Determine what to name the new signed package
MODVERSION=`sed -n -e'/ro\.modversion/s/^.*=//p' $REPACK/ota/system/build.prop`
Expand Down

0 comments on commit 491752e

Please sign in to comment.