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
..
2020-02-01 14:36:34 +08:00
2020-01-20 20:48:05 +08:00
2020-01-11 03:20:59 +08:00
2020-02-01 01:09:12 +08:00
2019-12-13 00:37:06 -05:00
2019-11-13 02:36:45 -05:00
2019-12-13 00:37:06 -05:00
2019-04-01 02:46:09 -04:00
2020-01-26 12:27:07 +08:00