Files
build/core
Jiyong Park c3f1356a3a Allow platform modules to link to vendor public libraries
Normally, when building with VNDK, platform modules are not allowed to
link against vendor libraries, because the ABI of the vendor libraries
are not guaranteed to be stable and may differ across multiple vendor
images.

However, the vendor public libraries are the exceptions. Vendor public
libraries are vendor libraries that are exposed to 3rd party apps and
listed in /vendor/etc/public.libraries.txt. Since they are intended to
be exposed to public, their ABI stability is guaranteed (by definition,
though it is up to the vendor to actually guarantee it).

This change allows platform modules to link to vendor public libraries.
When the name of a vendor public libraries (whose stub is defined via
vendor_public_library in Android.bp) is listed in
LOCAL_SHARED_LIBRARIES, it is actually linked to the stub library which
is available to platform modules.

Bug: 74275385
Test: m -j
Change-Id: I063b43431196190b59332b1bcad59f267073f89f
2018-03-30 10:12:30 +09:00
..
2018-01-10 15:55:52 -08:00
2018-03-20 15:26:27 -07:00
2018-03-09 12:56:01 -08:00
2017-06-14 07:57:54 +00:00
2018-03-20 15:26:27 -07:00
2017-10-02 11:15:19 -07:00
2018-03-08 13:50:21 -08:00
2018-01-25 09:33:58 +09:00
2018-03-23 10:40:10 -07:00