Merge "Use liblog_for_runtime_apex instead of liblog"
This commit is contained in:
commit
c00d06867a
|
@ -115,7 +115,7 @@ cc_defaults {
|
|||
|
||||
"libasync_safe",
|
||||
|
||||
"liblog",
|
||||
"liblog_for_runtime_apex",
|
||||
],
|
||||
|
||||
// We need to access Bionic private headers in the linker.
|
||||
|
@ -514,7 +514,7 @@ cc_test {
|
|||
static_libs: [
|
||||
"libasync_safe",
|
||||
"libbase",
|
||||
"liblog",
|
||||
"liblog_for_runtime_apex",
|
||||
],
|
||||
|
||||
arch: {
|
||||
|
|
Loading…
Reference in New Issue