Merge "Remove include/private/android_logger.h"
This commit is contained in:
commit
73b1ac878b
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: [
|
||||
"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…
Add table
Reference in a new issue