The following changes since commit 2e97fa1b0d76edc6517fa4a8a4f6e0792b458e8c: Merge branch 'fix-fsync-on-close' of https://github.com/sitsofe/fio (2019-10-15 09:27:06 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to f6830780c2022a607b252191d4a5a1c6804e7513: Merge branch 'android-log-fix' of https://github.com/kdrag0n/fio (2019-10-21 08:46:43 -0600) ---------------------------------------------------------------- Danny Lin (1): Makefile: Link to the system logging library on Android Jens Axboe (1): Merge branch 'android-log-fix' of https://github.com/kdrag0n/fio Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 7c21ef83..7aab6abd 100644 --- 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)