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 Dec 9, 2024
1 parent 7e664a6 commit cde0b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -x

source /home/mersdk/work/ci/ci/hadk.env
export ANDROID_ROOT=/home/mersdk/work/ci/ci/hadk_14.1
source /home/mersdk/work/sfos-ci/sfos-ci/hadk.env
export ANDROID_ROOT=/home/mersdk/work/sfos-ci/sfos-ci/hadk_14.1

sudo chown -R mersdk:mersdk $ANDROID_ROOT
cd $ANDROID_ROOT
Expand All @@ -29,7 +29,7 @@ sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R zypper in -y ccache
# dhd
cd $ANDROID_ROOT/rpm/dhd
git checkout 365b0f45755f20e4cba6e97d981f908cc1b0bb09
cp /home/mersdk/work/ci/ci/helpers/*.sh $ANDROID_ROOT/rpm/dhd/helpers/
cp /home/mersdk/work/sfos-ci/sfos-ci/helpers/*.sh $ANDROID_ROOT/rpm/dhd/helpers/
chmod +x $ANDROID_ROOT/rpm/dhd/helpers/*.sh


Expand Down

0 comments on commit cde0b9f

Please sign in to comment.