Add build scripts

Building through the build script will compile all binaries, and generate a properly signed zip
Should work on linux and macOS environments
This commit is contained in:
topjohnwu
2016-10-30 19:11:26 +08:00
parent d9fc5650b8
commit d5087858ca
26 changed files with 760 additions and 6 deletions

22
.gitignore vendored
View File

@@ -1,3 +1,21 @@
obj
libs
obj/
libs/
*.zip
# Generated binaries
zip_static/arm/*
zip_static/arm64/*
zip_static/x86/*
zip_static/x64/*
uninstaller/arm/*
uninstaller/arm64/*
uninstaller/x86/*
uninstaller/x64/*
zipsigntools/zipadjust
# Generated scripts
zip_static/common/magic_mask.sh
zip_static/META-INF/com/google/android/update-binary
# Leave all busybox!
!busybox