OSDN Git Service

Fix dx to match the new SDK structure.
authorXavier Ducrohet <xav@android.com>
Tue, 26 Mar 2013 17:24:05 +0000 (10:24 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 26 Mar 2013 17:24:05 +0000 (10:24 -0700)
Change-Id: Id0551259e535b0006f4a2b719dbc17fa2f856242

dx/etc/dx

index e5cedff..632af43 100644 (file)
--- a/dx/etc/dx
+++ b/dx/etc/dx
@@ -39,7 +39,7 @@ libdir="$progdir"
 
 if [ ! -r "$libdir/$jarfile" ]; then
     # set dx.jar location for the SDK case
-    libdir=`dirname "$progdir"`/platform-tools/lib
+    libdir="$libdir/lib"
 fi