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
|
||
|---|---|---|
| .. | ||
| src/android/test/app | ||
| system | ||
| vendor | ||
| Android.bp | ||
| Android.mk | ||
| public.libraries-oem1.txt | ||
| public.libraries-oem2.txt | ||
| public.libraries-product1.txt | ||
| runtest.sh | ||
| test.cpp | ||