OSDN Git Service

am 4b724cff: Fix dx to match the new SDK structure.
authorXavier Ducrohet <xav@android.com>
Thu, 25 Apr 2013 02:05:34 +0000 (19:05 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 25 Apr 2013 02:05:34 +0000 (19:05 -0700)
* commit '4b724cff027771d0d905809605b5cc50df220a4a':
  Fix dx to match the new SDK structure.

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