Magisk/native/jni
Shaka Huang cf589f8c64
Fix error loading libsqlite.so
Vendors are always adding “extra libraries” in /vendor/lib* for their own sake, in this case AS*S loaded with customized `libicuuc.so` for Zenf*ne 5z and led to the failure of dynamic loading libsqlite.so:

<quote>
db: dlopen failed: cannot locate symbol "UCNV_FROM_U_CALLBACK_ESCAPE_63" referenced by "/apex/com.android.runtime/lib64/libandroidicu.so"...
</quote>

Signed-off-by: Shaka Huang <shakalaca@gmail.com>

* Minor optimizations

Co-authored-by: John Wu <topjohnwu@gmail.com>
2020-02-01 14:36:34 +08:00
..
core Fix error loading libsqlite.so 2020-02-01 14:36:34 +08:00
external Add BusyBox SELinux support 2020-01-20 20:48:05 +08:00
include Load libsqlite dynamically 2020-01-11 03:20:59 +08:00
init init: fix Tegra "APP" /system partition mounting 2020-02-01 01:09:12 +08:00
magiskboot magiskboot: fix lzop detection 2020-02-01 01:09:12 +08:00
magiskhide General QoL changes 2019-12-13 00:37:06 -05:00
magiskpolicy Add support for pre-init custom sepolicy patches 2019-12-13 06:05:12 -05:00
resetprop Minor code changes across all sources 2019-06-30 19:09:31 -07:00
su Reuse buffer 2019-11-13 02:36:45 -05:00
systemproperties Upstream system_properties 2020-01-27 19:50:03 +08:00
utils General QoL changes 2019-12-13 00:37:06 -05:00
.gitignore Add entrypoint to build test 2019-04-01 02:46:09 -04:00
Android.mk Support building standalone resetprop 2020-01-21 00:48:52 +08:00
Application.mk Fix build on Windows 2020-01-26 12:27:07 +08:00