mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-03 12:16:36 +02:00
8 lines
143 B
Bash
Executable file
8 lines
143 B
Bash
Executable file
#/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
|