commit | c00d06867a7a27d8a610f81b0409a20fcc50db69 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Aug 19 16:03:05 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 19 16:03:05 2022 +0000 |
tree | 9d2d027c5a7cf95e021e5e820cc65b481984658d | |
parent | af24941d48690e3ab9dc56c2c4d5a7d065ab7e41 [diff] | |
parent | 7157dfbfe792f9fb0a96d87903de50beedb55330 [diff] |
Merge "Use liblog_for_runtime_apex instead of liblog"
diff --git a/linker/Android.bp b/linker/Android.bp index 5e53079..57420a9 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -115,7 +115,7 @@ "libasync_safe", - "liblog", + "liblog_for_runtime_apex", ], // We need to access Bionic private headers in the linker. @@ -514,7 +514,7 @@ static_libs: [ "libasync_safe", "libbase", - "liblog", + "liblog_for_runtime_apex", ], arch: {