summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-03-11 10:21:49 +0900
committerJiyong Park <jiyong@google.com>2020-03-12 04:10:09 +0000
commit8441b6eaf92aaa71dcd7ec7251885bccb414d6b9 (patch)
tree24175cc9f29bb00b202ffc7ea690dac50adff49c /compiler/optimizing/graph_visualizer.cc
parent2587fb5cc2c637b569df0ade592193d926152633 (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 Merged-In: I76dca590745748d28dca2ca03dbdab0c2dac3aba (cherry picked from commit 1926f2e0fb30df3eb95868da07d09bd100af661c) Change-Id: I76dca590745748d28dca2ca03dbdab0c2dac3aba
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions