diff options
| -rw-r--r-- | services/bufferhub/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/bufferhub/Android.bp b/services/bufferhub/Android.bp index 28a7501e0a..b747dbca4b 100644 --- a/services/bufferhub/Android.bp +++ b/services/bufferhub/Android.bp @@ -17,6 +17,7 @@ cc_library_shared { name: "libbufferhubservice", cflags: [ + "-DLOG_TAG=\"libbufferhubservice\"", "-Wall", "-Werror", "-Wextra", @@ -71,6 +72,7 @@ cc_binary { "libutils", ], cflags: [ + "-DLOG_TAG=\"bufferhub\"", "-Wall", "-Werror", "-Wextra", |