Support for multiple modules with the same name is going away.

Change-Id: I5006b467978071f9107babe532efa71d05061580
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index b6fbd3f..905f759 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -53,7 +53,7 @@
     libzipfile \
     libunz \
     libext4_utils_host \
-    libsparse \
+    libsparse_host \
     libz
 
 ifneq ($(HOST_OS),windows)
@@ -63,8 +63,11 @@
 endif # HOST_OS != windows
 
 include $(BUILD_HOST_EXECUTABLE)
+
+
 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
 
+
 ifeq ($(HOST_OS),linux)
 include $(CLEAR_VARS)
 LOCAL_SRC_FILES := usbtest.c usb_linux.c