summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-07-23 19:15:14 -0700
committerJoe Onorato <joeo@google.com>2012-08-15 19:52:52 -0700
commit5069b01e21129fe2d42a28e850645376560f2029 (patch)
treebea871bb0942e5399a6de744e29f7e276356c962 /fastboot
parent1926c15a1219bc8426e0b9131633e02c76929fb7 (diff)
downloadcore-5069b01e21129fe2d42a28e850645376560f2029.tar.gz
core-5069b01e21129fe2d42a28e850645376560f2029.tar.bz2
core-5069b01e21129fe2d42a28e850645376560f2029.zip
Support for multiple modules with the same name is going away.
Change-Id: I5006b467978071f9107babe532efa71d05061580
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index b6fbd3fd6..905f7598f 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -53,7 +53,7 @@ LOCAL_STATIC_LIBRARIES := \
libzipfile \
libunz \
libext4_utils_host \
- libsparse \
+ libsparse_host \
libz
ifneq ($(HOST_OS),windows)
@@ -63,8 +63,11 @@ endif # HAVE_SELINUX
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