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