Skip to content

Commit

Permalink
build(libcore): gomobile no longer supports the 'cache' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle committed Nov 4, 2023
1 parent 451cdab commit f778b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf $BUILD/android \
$BUILD/javac-output \
$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

proj=../app/libs
Expand Down

0 comments on commit f778b06

Please sign in to comment.