History log of /system/extras/f2fs_utils/f2fs_dlutils.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb3e33b4ed9fe3e19c419c5b67cc96c1ce50d5b2 18-Jun-2014 JP Abgrall <jpa@google.com> f2fs utils: set correct dependency on dynamic libf2fs

Don't link against it anymore.
Just let dlopen() deal with it correctly.
The "config" struct will come from the f2fs_ioutils
and libf2fs_fmt_host expects to have it global, so let
link with -rdynamic and let dlopen() resolve it.

Be more aggressive with linux-only builds.

Bug: 15717498
Change-Id: I03ebebed1fc652170b44f809df42c1f8595216eb
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/f2fs_dlutils.c
ebd6bcfd990ff42bc177c0e1a217c0d886a7f9d6 12-Jun-2014 JP Abgrall <jpa@google.com> f2fs_utils: provide sparse io and dynamic load.

This uses
external/f2fs-tools LGPL v2.1

It provides low-level IO functions that f2fs-tools/mkfs expects
for writing to the media. In this case we use the sparse lib.

Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/f2fs_dlutils.c