From c784afa7fda424961b9e80c3cd820c2382d793e3 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 30 Aug 2010 15:58:18 -0700 Subject: Fix ddmlib's classpath to not copy Android.mk With the recent change to build all folders under the root folder, there was an issue with Eclipse copying src/Android.mk into the bin folder. This prevented the sdk from building locally due to duplicate module names. Change-Id: I541d5198cb3501a55b7072fc3c6a8b58178e9661 --- ddms/libs/ddmlib/.classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddms') diff --git a/ddms/libs/ddmlib/.classpath b/ddms/libs/ddmlib/.classpath index fb50116..9762afc 100644 --- a/ddms/libs/ddmlib/.classpath +++ b/ddms/libs/ddmlib/.classpath @@ -1,6 +1,6 @@ - + -- cgit v1.1