Files
build_soong/cc
Jiyong Park 5fb8c10f2b Add double_loadable property and checks for it
double_loadable is a property that tells whether a module is capable or
being loaded with other instance (possibly an older version) of the same
module in the same process. Currently, a shared library that is a member
of VNDK can be double loaded in a vendor process if the library is also
a dependency of an LLNDK library. Such libraries now must be explicitly
marked as `double_loadable: true` by the owner, or the dependency from
the LLNDK lib should be cut if the lib is not designed to be double
loaded.

Bug: 77155589
Test: m -j
Merged-In: I3b839f860cbdc01f43b59872cd7bb84ac4a7d73e
Change-Id: I3b839f860cbdc01f43b59872cd7bb84ac4a7d73e
(cherry picked from commit 89943d8be2)
2018-04-18 11:46:51 +09:00
..
2018-04-03 16:02:29 -07:00
2018-04-17 10:42:18 -07:00
2017-10-19 22:39:32 +09:00
2018-01-02 18:23:43 -08:00
2018-02-22 16:48:35 -08:00
2017-09-18 23:33:25 -07:00
2017-11-17 11:22:04 -08:00
2018-04-10 16:26:10 -07:00
2018-04-12 14:37:35 -07:00
2018-04-12 14:37:35 -07:00
2016-08-01 14:36:22 -07:00
2018-04-10 16:26:10 -07:00
2018-04-05 17:48:32 -07:00