From 5069b01e21129fe2d42a28e850645376560f2029 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 23 Jul 2012 19:15:14 -0700 Subject: Support for multiple modules with the same name is going away. Change-Id: I5006b467978071f9107babe532efa71d05061580 --- fastboot/Android.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fastboot') 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 -- cgit v1.2.3