Update the dx tools as of build #737948 in master.

Bug: 9796156
Change-Id: I02d09b08ec91c3f3725ab7a3b31c9b0b4ccc4ec5
diff --git a/tools/dx b/tools/dx
index e5cedff..632af43 100755
--- a/tools/dx
+++ b/tools/dx
@@ -39,7 +39,7 @@
 
 if [ ! -r "$libdir/$jarfile" ]; then
     # set dx.jar location for the SDK case
-    libdir=`dirname "$progdir"`/platform-tools/lib
+    libdir="$libdir/lib"
 fi
 
 
diff --git a/tools/lib/dx.jar b/tools/lib/dx.jar
index f89282f..746163b 100644
--- a/tools/lib/dx.jar
+++ b/tools/lib/dx.jar
Binary files differ