am ec7cc932: Merge "Fix typo: ifndef -> ifneq"

* commit 'ec7cc9326e545f8ad32e03d2416e04850bdd454b':
  Fix typo: ifndef -> ifneq
diff --git a/liblog/tests/Android.mk b/liblog/tests/Android.mk
index 255dc2e..6c72138 100644
--- a/liblog/tests/Android.mk
+++ b/liblog/tests/Android.mk
@@ -70,7 +70,7 @@
 test_src_files += \
     libc_test.cpp
 
-ifndef ($(TARGET_USES_LOGD),false)
+ifneq ($(TARGET_USES_LOGD),false)
 test_c_flags += -DTARGET_USES_LOGD
 endif