Skip to content

Commit

Permalink
0.14.2 has become bloated
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
xiaoleGun committed Apr 22, 2023
1 parent 4348bae commit fa67219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ buildSasImages() {
echo "--> $BUILD_VNDKLITE_VARIANT: $1"
echo ""
cd sas-creator
if [ -n "$(cat lite-adapter.sh | grep 3500M)" ]; then
sed -i 's/3500M/4000M/' lite-adapter.sh
sed -i 's/3500M/4000M/' run.sh
fi
echo "$password" | sudo -S bash lite-adapter.sh 64 $BD/system-$1.img
cp s.img $BD/system-$1-vndklite.img
echo "$password" | sudo -S rm -rf s.img d tmp
Expand Down

0 comments on commit fa67219

Please sign in to comment.