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:
parent
190921ed5c
commit
3d8b739f94
|
@ -1 +0,0 @@
|
|||
../../liblog/include/private/android_logger.h
|
|
@ -29,6 +29,7 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libcutils", // does not expose a stable C API
|
||||
],
|
||||
header_libs: ["liblog_headers"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
|
|
@ -66,6 +66,7 @@ cc_library_static {
|
|||
"SerializedLogChunk.cpp",
|
||||
"SimpleLogBuffer.cpp",
|
||||
],
|
||||
static_libs: ["liblog"],
|
||||
logtags: ["event.logtags"],
|
||||
|
||||
export_include_dirs: ["."],
|
||||
|
|
Loading…
Reference in New Issue