build(libcore): gomobile no longer supports the 'cache' parameter

This commit is contained in:
purofle 2023-11-04 11:27:00 +08:00
parent 451cdab857
commit f778b0635c
No known key found for this signature in database
GPG Key ID: 57DEC1478152D973

View File

@ -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