Skip to content

Commit

Permalink
Attempt further work on android (pardon the many commits i cannot com…
Browse files Browse the repository at this point in the history
…pile locally)
  • Loading branch information
SkySwimmer committed Jun 20, 2024
1 parent f91b1e6 commit 5eceb16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd runtime/repo

# Prepare
echo Preparing crosscompile...
echo "$(cat eng/common/cross/build-android-rootfs.sh | sed "s/__NDK_Version=.*/__NDK_Version=r26d/g")" > eng/common/cross/build-android-rootfs.sh
echo "$(cat eng/common/cross/build-android-rootfs.sh | sed "s/__NDK_Version=.*/__NDK_Version=r26d/g" | sed "s/-linux-x86_64.zip/-linux.zip/g")" > eng/common/cross/build-android-rootfs.sh
bash eng/common/cross/build-android-rootfs.sh arm64 24 || exit 1
echo Switching branch...
git checkout "$monobranch" || exit 1
Expand Down

0 comments on commit 5eceb16

Please sign in to comment.