Skip to content

Commit

Permalink
Update build-rpm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Nov 30, 2024
1 parent cc498e5 commit bc17ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ cd $ANDROID_ROOT

sudo mkdir -p /proc/sys/fs/binfmt_misc/
sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
sudo rpm/dhd/helpers/build_packages.sh
rpm/dhd/helpers/build_packages.sh

if [ "$?" -ne 0 ];then
# if failed, retry once
sudo rpm/dhd/helpers/build_packages.sh
rpm/dhd/helpers/build_packages.sh
cat $ANDROID_ROOT/droid-hal-mido.log
fi

0 comments on commit bc17ca5

Please sign in to comment.