summaryrefslogtreecommitdiffstats
path: root/libutils/Android.bp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-07-10 14:36:53 -0700
committerTom Cherry <tomcherry@google.com>2017-07-14 19:51:57 +0000
commitb648daaa40779ad123ef7d5c062baef23a3abb61 (patch)
tree7e73891ba4e7837ce9ddabd584fa8f1af9016331 /libutils/Android.bp
parent3205cd6cc4f5cb19ffc63101ce1c60b84a975c95 (diff)
downloadsystem_core-b648daaa40779ad123ef7d5c062baef23a3abb61.tar.gz
system_core-b648daaa40779ad123ef7d5c062baef23a3abb61.tar.bz2
system_core-b648daaa40779ad123ef7d5c062baef23a3abb61.zip
Remove ALOGD_IF_SLOW
ALOGD_IF_SLOW isn't intuitively implemented as it cannot handle temporaries used as its parameters. Since there are so few users of it already and since it's just sugar on top of 2 otherwise trivial lines, we opt to remove it entirely. Bug: 62820330 Test: Build Change-Id: Ie91b40cdaf650154203ccf0ca70e029cc097b350
Diffstat (limited to 'libutils/Android.bp')
-rw-r--r--libutils/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 508f5536c..a1bdbf32f 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -50,7 +50,6 @@ cc_library {
"CallStack.cpp",
"FileMap.cpp",
"JenkinsHash.cpp",
- "Log.cpp",
"NativeHandle.cpp",
"Printer.cpp",
"PropertyMap.cpp",