File: build_android_all.sh

package info (click to toggle)
snapcast 0.34.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,252 kB
  • sloc: cpp: 40,067; python: 3,260; sh: 455; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#/bin/sh

export NDK_DIR_ARM="$1-arm"
export NDK_DIR_ARM64="$1-arm64"
export NDK_DIR_X86="$1-x86"
export JNI_LIBS_DIR="$2"

./build_android.sh