platform_system_core/libnativeloader
Inseob Kim e5c2de355b Support product-specific libraries
Product-specific libraries in /product/lib can be exposed to Android
apps by adding the list of the libs into
/product/etc/public.libraries-<companyname>.txt. The libs MUST be named
as lib<name>.<companyname>.so.

Bug: 73095206
Test: with taimen
mma -j and runtest.sh. The libs are all loaded in system, but not in
vendor. After reinstalling app using adb -r and reopening app, only
libraries listed in .txt are loaded

Change-Id: I7c386813c72a7b225a7f244b6c5fec4ac0660fd3
Merged-In: I7c386813c72a7b225a7f244b6c5fec4ac0660fd3
(cherry picked from commit 67cb05654c)
2018-05-31 09:59:21 +09:00
..
include/nativeloader vendor apk is unbundled 2017-09-07 20:26:10 +09:00
test Support product-specific libraries 2018-05-31 09:59:21 +09:00
.clang-format Set libnativeloader style to clang-format-2 2017-03-29 17:33:12 -07:00
Android.bp Don't install unnecessary VNDK libs 2017-12-18 21:21:02 +09:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00
native_loader.cpp Support product-specific libraries 2018-05-31 09:59:21 +09:00