Skip to content

Commit

Permalink
Add ndk-compression with liblzma
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 28, 2017
1 parent 52f1d50 commit 1437c5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "jni/su"]
path = jni/su
url = https://github.com/topjohnwu/MagiskSU.git
[submodule "jni/ndk-compression"]
path = jni/ndk-compression
url = https://github.com/topjohnwu/ndk-compression.git
2 changes: 2 additions & 0 deletions jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ include jni/resetprop/Android.mk
include jni/sepolicy-inject/Android.mk
include jni/su/Android.mk

# Libraries
include jni/selinux/libsepol/Android.mk
include jni/selinux/libselinux/Android.mk
include jni/ndk-compression/xz/src/liblzma/Android.mk
1 change: 1 addition & 0 deletions jni/ndk-compression
Submodule ndk-compression added at 7cfa31

0 comments on commit 1437c5c

Please sign in to comment.