mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-09-06 07:39:55 +08:00
9 lines
238 B
Bash
Executable File
9 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CGO_LDFLAGS="-Wl,-z,max-page-size=16384" gomobile bind -v -androidapi 21 -tags="with_clash" "github.com/exclavenetwork/libexclavecore" || exit 1
|
|
|
|
proj=../../app/libs
|
|
if [ -d $proj ]; then
|
|
cp -vf libexclavecore.aar $proj
|
|
fi
|