Skip to content

Commit

Permalink
unzip jni
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 10, 2024
1 parent fc64b82 commit 14dd137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ android: $(BUILDDIR)/android/tun2socks.aar
$(BUILDDIR)/android/tun2socks.aar: $(GOMOBILE)
mkdir -p "$(BUILDDIR)/android"
$(ANDROID_BUILD_CMD) -o "$@" $(IMPORT_PATH)/$(ROOT_PKG)/outline/tun2socks $(IMPORT_PATH)/$(ROOT_PKG)/outline/shadowsocks
unzip "$@" 'jni/*' -d $(BUILDDIR)/android

# TODO(fortuna): -s strips symbols and is obsolete. Why are we using it?
$(BUILDDIR)/ios/Tun2socks.xcframework: $(GOMOBILE)
Expand Down

0 comments on commit 14dd137

Please sign in to comment.