____ _ _______ __
/ __ \ | /| / / __/ |/ /
/ /_/ / |/ |/ / _// /
\____/|__/|__/___/_||_/
owenclave / library/core/build.bat
@echo off
set CGO_LDFLAGS=-Wl,-z,max-page-size=16384
gomobile bind -v -androidapi 21 -trimpath -ldflags="-s -buildid=" -tags="with_clash" "github.com/owenewans/libowenclavecore"
if errorlevel 1 (
exit /b 1
)
set "proj=..\..\app\libs"
if exist "%proj%" (
copy /Y libowenclavecore.aar "%proj%"
)