Merge "Remove include/private/android_logger.h" am: 73b1ac878b am: a4194bd8aa
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1428973 Change-Id: I7122324a25cf315906f416e8d9f623f65e06fc16
This commit is contained in:
commit
649cdf0daa
3 changed files with 2 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
||||||
../../liblog/include/private/android_logger.h
|
|
||||||
|
|
@ -29,6 +29,7 @@ cc_defaults {
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libcutils", // does not expose a stable C API
|
"libcutils", // does not expose a stable C API
|
||||||
],
|
],
|
||||||
|
header_libs: ["liblog_headers"],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ cc_library_static {
|
||||||
"SerializedLogChunk.cpp",
|
"SerializedLogChunk.cpp",
|
||||||
"SimpleLogBuffer.cpp",
|
"SimpleLogBuffer.cpp",
|
||||||
],
|
],
|
||||||
|
static_libs: ["liblog"],
|
||||||
logtags: ["event.logtags"],
|
logtags: ["event.logtags"],
|
||||||
|
|
||||||
export_include_dirs: ["."],
|
export_include_dirs: ["."],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue