Skip to content

Commit

Permalink
Massive build script refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jun 3, 2017
1 parent 532c6ca commit e780c76
Show file tree
Hide file tree
Showing 32 changed files with 543 additions and 1,384 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
*.cmd text eol=crlf

# Denote all files that are truly binary and should not be modified.
zip_static/chromeos/** binary
uninstaller/chromeos/** binary
chromeos/** binary
*.jar binary
*.exe binary
*.apk binary
15 changes: 1 addition & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
obj/
libs/
*.zip
*.jks

# Copied binaries
zip_static/arm/*
zip_static/arm64/*
zip_static/x86/*
zip_static/x64/*
uninstaller/arm/*
uninstaller/arm64/*
uninstaller/x86/*
uninstaller/x64/*
ziptools/zipadjust

# Generated scripts
uninstaller/common/
zip_static/common/*.sh
zip_static/common/*.rc
zip_static/META-INF/com/google/android/update-binary
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "jni/magiskpolicy"]
path = jni/magiskpolicy
url = https://github.com/topjohnwu/magiskpolicy.git
[submodule "MagiskManager"]
path = MagiskManager
url = https://github.com/topjohnwu/MagiskManager.git
1 change: 1 addition & 0 deletions MagiskManager
Submodule MagiskManager added at ff6938
192 changes: 0 additions & 192 deletions build.cmd

This file was deleted.

Loading

0 comments on commit e780c76

Please sign in to comment.