Magisk Module Installer

This commit is contained in:
topjohnwu
2019-03-28 10:00:56 -04:00
parent f8c14b4455
commit f9bd37f7f2
10 changed files with 208 additions and 1 deletions

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
# Declare files that will always have LF line endings on checkout.
META-INF/** text eol=lf
*.prop text eol=lf
*.sh text eol=lf
*.md text eol=lf
# Denote all files that are truly binary and should not be modified.
system/** binary