Skip to content

Commit

Permalink
no local
Browse files Browse the repository at this point in the history
  • Loading branch information
truboxl committed Jun 21, 2024
1 parent 41d70d7 commit b8dc65c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ arm-vfpv3-d16)
# Special packages that extract libs from Android NDK that
# are built without NEON but the version label is kept
# higher to avoid build issues from other packages
local p
for p in libandroid-stub libc++ ndk-multilib ndk-sysroot vulkan-loader-android; do
sed \
-e "s|^TERMUX_PKG_SRCURL=.*|TERMUX_PKG_SRCURL=https://dl.google.com/android/repository/android-ndk-r23c-linux.zip|" \
Expand All @@ -35,6 +34,7 @@ arm-vfpv3-d16)
./scripts/setup-android-sdk.sh &>/dev/null
t1=$(cut -d'.' -f1 /proc/uptime)
echo "[*] Done ... $((t1-t0))s"

rm -fr "$REPOROOT/output"
./build-package.sh -a "$TERMUX_ARCH" "$2"
;;
Expand Down
1 change: 0 additions & 1 deletion generate-bootstraps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ arm-vfpv3-d16)
# Special packages that extract libs from Android NDK that
# are built without NEON but the version label is kept
# higher to avoid build issues from other packages
local p
for p in libandroid-stub libc++ ndk-multilib ndk-sysroot vulkan-loader-android; do
sed \
-e "s|^TERMUX_PKG_SRCURL=.*|TERMUX_PKG_SRCURL=https://dl.google.com/android/repository/android-ndk-r23c-linux.zip|" \
Expand Down

0 comments on commit b8dc65c

Please sign in to comment.