diff options
author | Keith Mok <kmok@cyngn.com> | 2015-09-08 00:01:57 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-10-19 16:48:03 -0700 |
commit | 8db4c0c64b13ce29b5e2fc8e2ce1822256356e41 (patch) | |
tree | 6fcef30e3f5dfc2c3998e8660d57d85a4a1cc60d | |
parent | e4a462f50c2c7366b18787ff0ff046ae503d2275 (diff) | |
download | system_core-8db4c0c64b13ce29b5e2fc8e2ce1822256356e41.zip system_core-8db4c0c64b13ce29b5e2fc8e2ce1822256356e41.tar.gz system_core-8db4c0c64b13ce29b5e2fc8e2ce1822256356e41.tar.bz2 |
Fix build break for multiple definition
Remove unneeded library linked
Change-Id: Ice26d83a73c59460d717340ca57ee898d002dc54
-rw-r--r-- | fastboot/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 739e891..b5212ba 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -75,7 +75,7 @@ LOCAL_LDFLAGS += -ldl -rdynamic -Wl,-rpath,. LOCAL_REQUIRED_MODULES := libf2fs_fmt_host_dyn # The following libf2fs_* are from system/extras/f2fs_utils, # and do not use code in external/f2fs-tools. -LOCAL_STATIC_LIBRARIES += libf2fs_utils_host libf2fs_ioutils_host libf2fs_dlutils_host +LOCAL_STATIC_LIBRARIES += libf2fs_utils_host libf2fs_dlutils_host endif # libc++ not available on windows yet |