Skip to content

Commit

Permalink
Attempt further work on android (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySwimmer committed Jun 20, 2024
1 parent 4cb95a0 commit f91b1e6
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=r26/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")" > 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 f91b1e6

Please sign in to comment.