OSDN Git Service

Add darwin support for the host tools
authorKeith Mok <kmok@cyngn.com>
Thu, 3 Sep 2015 18:36:51 +0000 (11:36 -0700)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 23:29:10 +0000 (01:29 +0200)
commit9c339d72fd3cc86283e66deccf806d8585dceaf3
treea9bc4e624c5a49685c3272bddf159af74c00c04e
parentf7cec4f08be3b704ab8cb9f60a577ac723aceeba
Add darwin support for the host tools

There is some symbol name conflict in the make_f2fs and the library
it loaded which darwin and linux handle that in a different way.
Remove the symbol name conflicts as cannot find a way to set symbol
resolving priority in darwin.

Change-Id: Iabe5c1b594daacd65b9ec2f694a2b5ab5575cfce
f2fs_utils/Android.mk
f2fs_utils/f2fs_dlutils.c
f2fs_utils/f2fs_ioutils.c
f2fs_utils/f2fs_utils.c