From 2d0ed12eb053170dac2a93f725e86103e74d0da2 Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Mon, 20 Sep 2010 12:40:32 -0700 Subject: Fix DownloadProvider makefile to correctly include sub-makefiles Change-Id: I569e168267305939197e9af86f9598b17283a2c6 --- Android.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Android.mk b/Android.mk index 63def400..2218fe2b 100644 --- a/Android.mk +++ b/Android.mk @@ -12,8 +12,5 @@ LOCAL_STATIC_JAVA_LIBRARIES := guava include $(BUILD_PACKAGE) -# build UI -include $(call all-makefiles-under,$(LOCAL_PATH)/ui) - -# call tests makefiles -include $(call all-makefiles-under,$(LOCAL_PATH)/tests) +# build UI + tests +include $(call all-makefiles-under,$(LOCAL_PATH)) -- cgit v1.2.3