mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
build(libcore): gomobile no longer supports the 'cache' parameter
This commit is contained in:
parent
451cdab857
commit
f778b0635c
@ -11,7 +11,7 @@ rm -rf $BUILD/android \
|
|||||||
$BUILD/javac-output \
|
$BUILD/javac-output \
|
||||||
$BUILD/src
|
$BUILD/src
|
||||||
|
|
||||||
gomobile bind -v -androidapi 21 -cache $(realpath $BUILD) -trimpath -ldflags='-s -w' -tags='with_conntrack,with_gvisor,with_quic,with_wireguard,with_utls,with_clash_api,with_ech' . || exit 1
|
gomobile bind -v -androidapi 21 -trimpath -ldflags='-s -w' -tags='with_conntrack,with_gvisor,with_quic,with_wireguard,with_utls,with_clash_api,with_ech' . || exit 1
|
||||||
rm -r libcore-sources.jar
|
rm -r libcore-sources.jar
|
||||||
|
|
||||||
proj=../app/libs
|
proj=../app/libs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user