Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64362fd2 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov Committed by Android Git Automerger
Browse files

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

* commit '1ee7e520':
  Fix typo: ifndef -> ifneq
parents c6c8b563 1ee7e520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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