Makefile: Link to the system logging library on Android
[fio.git] / Makefile
index 7c21ef8316f78d96021c9615ad8092d78c03e246..7aab6abd3231a04ab685aba581b2b8d765425c64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ endif
 ifeq ($(CONFIG_TARGET_OS), Android)
   SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c profiles/tiobench.c \
                oslib/linux-dev-lookup.c
-  LIBS += -ldl
+  LIBS += -ldl -llog
   LDFLAGS += -rdynamic
 endif
 ifeq ($(CONFIG_TARGET_OS), SunOS)