mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#/bin/sh
|
|
|
|
export NDK_DIR_ARM="$1-arm"
|
|
#export NDK_DIR_MIPS="$1-mips"
|
|
export NDK_DIR_X86="$1-x86"
|
|
|
|
./build_android.sh
|