Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Nov 19, 2024
1 parent 52a9cc2 commit f70ea24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ sudo mount -t sysfs none alpine-rootfs/sys
sudo chroot alpine-rootfs apk update
sudo chroot alpine-rootfs apk add gcompat

sudo chroot alpine-rootfs /bin/ndk-pkg setup
sudo chroot alpine-rootfs /bin/ndk-pkg update
sudo chroot alpine-rootfs /bin/ndk-pkg install curl --target=android-35-arm64-v8a --static
sudo chroot alpine-rootfs ndk-pkg setup
sudo chroot alpine-rootfs ndk-pkg update
sudo chroot alpine-rootfs ndk-pkg install curl --target=android-35-arm64-v8a --static
```

## Install ndk-pkg via cURL
Expand Down

0 comments on commit f70ea24

Please sign in to comment.