Skip to content

Commit

Permalink
Revert "build(libcore): gomobile no longer supports the 'cache' param…
Browse files Browse the repository at this point in the history
…eter"

This reverts commit f778b06.
  • Loading branch information
arm64v8a committed Nov 18, 2023
1 parent f35c2d9 commit 4a255bf
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 @@ -9,7 +9,7 @@ rm -rf $BUILD/android \
$BUILD/javac-output \
$BUILD/src

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
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
rm -r libcore-sources.jar

proj=../app/libs
Expand Down

0 comments on commit 4a255bf

Please sign in to comment.