am ec7cc932: Merge "Fix typo: ifndef -> ifneq"
* commit 'ec7cc9326e545f8ad32e03d2416e04850bdd454b': Fix typo: ifndef -> ifneq
This commit is contained in:
commit
1ee7e520e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue