Remove include/private/android_logger.h

Users should depend on liblog or liblog_headers for this include.

Test: treehugger
Change-Id: I10dca8638082b2231e2c0713644f103c4c7e9b3f
This commit is contained in:
Tom Cherry 2020-09-16 11:32:47 -07:00
parent 190921ed5c
commit 3d8b739f94
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: ["."],