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

Commit b543c9c1 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix liblog declaration in Makefile to make it more NDK-build friendly

Change-Id: I1459124b84e1db9df13700514f8029851bc21c97
parent 11bb2ffd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,11 +89,11 @@ LOCAL_WHOLE_STATIC_LIBRARIES := libjni_latinime_common_static

ifeq ($(FLAG_DO_PROFILE), true)
    $(warning Making profiling version of native library)
    LOCAL_SHARED_LIBRARIES += liblog
    LOCAL_LDFLAGS += -llog
else # FLAG_DO_PROFILE
ifeq ($(FLAG_DBG), true)
    $(warning Making debug version of native library)
    LOCAL_SHARED_LIBRARIES += liblog
    LOCAL_LDFLAGS += -llog
endif # FLAG_DBG
endif # FLAG_DO_PROFILE