diff --git a/releasetools/squisher b/releasetools/squisher index 17118c48..8cb04624 100755 --- a/releasetools/squisher +++ b/releasetools/squisher @@ -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`