diff options
| author | Jiyong Park <jiyong@google.com> | 2020-03-11 10:21:49 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2020-03-11 09:20:21 +0000 |
| commit | 1926f2e0fb30df3eb95868da07d09bd100af661c (patch) | |
| tree | 0d3aeeeb29005841d96861c1e75d123c369a59c3 /test/MultiDexModifiedSecondary/README.txt | |
| parent | 7d5173404c3b5f404d1e01dd8b433e60525fa725 (diff) | |
don't include liblog to APEXes
liblog is a platform library that provides stable C API. There is no
need to include the library, especialy by statically linking to it, in
any APEX. It not only wastes the storage/ram, but also is incorrect
because the socket interface to logd which is implemented in liblog is
not guaranteed to be stable.
Fixing this issue by converting static_libs: ["liblog"] into
shared_libs: ["liblog"], in which case the dependency to the library
is satisfied via the stub variant of the library.
Bug: 151051671
Test: m
Change-Id: I76dca590745748d28dca2ca03dbdab0c2dac3aba
Diffstat (limited to 'test/MultiDexModifiedSecondary/README.txt')
0 files changed, 0 insertions, 0 deletions
