Skip to content

Commit

Permalink
add libc++.so for zipalign
Browse files Browse the repository at this point in the history
use ldd zipalign to test
  • Loading branch information
afghanistanyn committed Nov 5, 2019
1 parent f18bbb8 commit 7a984fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ pkgs/*.apk
appLegu.exe
vendor
.idea/*
go_build_main*.exe
app*.exe
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sh package.sh
# install
# tar vxzf applegu.tar.gz -C /usr/local/
# chmod u+x /usr/local/applegu/lib/zipalign
# run
# /usr/local/applegu/bin/appLegu
Expand Down
Binary file added lib/lib64/libc++.so
Binary file not shown.
1 change: 1 addition & 0 deletions lib/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
3. run apksigner.jar and checkAndroidV2Signature.jar need java



1 change: 1 addition & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rm -rf applegu

# install
# tar vxzf applegu.tar.gz -C /usr/local/
# chmod u+x /usr/local/applegu/lib/zipalign

# run
# /usr/local/applegu/bin/appLegu

0 comments on commit 7a984fe

Please sign in to comment.