File: android-armv8-a.sh

package info (click to toggle)
python-nacl 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,748 kB
  • sloc: ansic: 45,889; python: 7,245; sh: 6,758; asm: 2,974; makefile: 1,014; cs: 35; xml: 30; pascal: 11
file content (4 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download | duplicates (8)
1
2
3
4
#!/bin/sh
export TARGET_ARCH=armv8-a
export CFLAGS="-Os -march=${TARGET_ARCH}"
NDK_PLATFORM=android-21 ARCH=arm64 HOST_COMPILER=aarch64-linux-android "$(dirname "$0")/android-build.sh"