summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-03-26 10:24:05 -0700
committerRaphael Moll <raphael@google.com>2013-04-24 15:02:43 -0700
commit4b724cff027771d0d905809605b5cc50df220a4a (patch)
tree2a619fa3c494ff7911f9dcefc96f2beb6df136cd
parentc26c1291743ce7877cf11f3dc73d6f0c240229f7 (diff)
downloaddalvik-4b724cff027771d0d905809605b5cc50df220a4a.tar.gz
Fix dx to match the new SDK structure.
(cherry picked from commit cb9dfa123c6fcc43be629666837c4e6f86b476ea) Change-Id: I071d73adc4a2eb812cdbc204d27884f4a527043d
-rw-r--r--dx/etc/dx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dx/etc/dx b/dx/etc/dx
index e5cedff89..632af438f 100644
--- 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