commit | 1ee7e520e2ada9eb6f87f33e1b6d405070bdbd15 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Tue Aug 26 00:25:20 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Aug 26 00:25:20 2014 +0000 |
tree | 7a8b7642822d88a93db2eb1fc62aca8036ee7ac6 | |
parent | cf2b944df6d744d279a434ec280f9bd8cef03a5b [diff] | |
parent | ec7cc9326e545f8ad32e03d2416e04850bdd454b [diff] |
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