am 64362fd2: am 1ee7e520: am ec7cc932: Merge "Fix typo: ifndef -> ifneq"

* commit '64362fd2d853cfcc971759afee68e2ec66f5bb0e':
  Fix typo: ifndef -> ifneq
This commit is contained in:
Dmitriy Ivanov 2014-08-26 00:43:30 +00:00 committed by Android Git Automerger
commit ec865a6c48
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ ifneq ($(wildcard $(LOCAL_PATH)/../../../../bionic/libc/bionic/libc_logging.cpp)
test_src_files += \
libc_test.cpp
ifndef ($(TARGET_USES_LOGD),false)
ifneq ($(TARGET_USES_LOGD),false)
test_c_flags += -DTARGET_USES_LOGD
endif