Skip to content

Commit d67b344

Browse files
committed
Update library/core/build.sh and library/core/debug.sh
1 parent 1204423 commit d67b344

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

library/core/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
CGO_LDFLAGS="-Wl,-z,max-page-size=16384" gomobile bind -v -androidapi 21 -trimpath -ldflags='-s -buildid=' -tags='with_clash' "github.com/dyhkwong/libsagernetcore" || exit 1
4-
rm -r libsagernetcore-sources.jar
3+
CGO_LDFLAGS="-Wl,-z,max-page-size=16384" gomobile bind -v -androidapi 21 -trimpath -ldflags="-s -buildid=" -tags="with_clash" "github.com/dyhkwong/libsagernetcore" || exit 1
54

65
proj=../../app/libs
76
if [ -d $proj ]; then

library/core/debug.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
CGO_LDFLAGS="-Wl,-z,max-page-size=16384" gomobile bind -v -androidapi 21 -tags='with_clash' "github.com/dyhkwong/libsagernetcore" || exit 1
4-
rm -r libsagernetcore-sources.jar
3+
CGO_LDFLAGS="-Wl,-z,max-page-size=16384" gomobile bind -v -androidapi 21 -tags="with_clash" "github.com/dyhkwong/libsagernetcore" || exit 1
54

65
proj=../../app/libs
76
if [ -d $proj ]; then

0 commit comments

Comments
 (0)