mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-03 20:26:38 +02:00
7 lines
109 B
Bash
Executable file
7 lines
109 B
Bash
Executable file
#/bin/sh
|
|
|
|
export NDK_DIR_ARM="$1-arm"
|
|
export NDK_DIR_X86="$1-x86"
|
|
export ASSETS_DIR="$2"
|
|
|
|
./build_android.sh
|