Merge "Fix typo: ifndef -> ifneq"

This commit is contained in:
Dmitriy Ivanov 2014-08-25 23:29:20 +00:00 committed by Gerrit Code Review
commit ec7cc9326e

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