Merge "Remove include/private/android_logger.h" am: 73b1ac878b am: a4194bd8aa am: 649cdf0daa am: 6586b93c4b

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1428973

Change-Id: I0eb7070a646b941f006f93e964c9a3219861593f
This commit is contained in:
Tom Cherry 2020-09-17 00:37:32 +00:00 committed by Automerger Merge Worker
commit d62d3c0b5a
3 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
../../liblog/include/private/android_logger.h

View file

@ -29,6 +29,7 @@ cc_defaults {
static_libs: [
"libcutils", // does not expose a stable C API
],
header_libs: ["liblog_headers"],
cflags: [
"-Wall",
"-Werror",

View file

@ -66,6 +66,7 @@ cc_library_static {
"SerializedLogChunk.cpp",
"SimpleLogBuffer.cpp",
],
static_libs: ["liblog"],
logtags: ["event.logtags"],
export_include_dirs: ["."],