aboutsummaryrefslogtreecommitdiffstats
path: root/apkbuilder
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:20 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:20 -0800
commit382f18c205f459fdd9ff6c0657beadcbfe3c5b01 (patch)
treecf087c09020d087526ef925668e044e39950bbf9 /apkbuilder
parent76bc028c745906e691284c685e34e72b5ccf06b5 (diff)
downloadsdk-382f18c205f459fdd9ff6c0657beadcbfe3c5b01.zip
sdk-382f18c205f459fdd9ff6c0657beadcbfe3c5b01.tar.gz
sdk-382f18c205f459fdd9ff6c0657beadcbfe3c5b01.tar.bz2
auto import from //depot/cupcake/@137055
Diffstat (limited to 'apkbuilder')
-rwxr-xr-xapkbuilder/etc/apkbuilder.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/apkbuilder/etc/apkbuilder.bat b/apkbuilder/etc/apkbuilder.bat
index 7ab3e6c..c4689c6 100755
--- a/apkbuilder/etc/apkbuilder.bat
+++ b/apkbuilder/etc/apkbuilder.bat
@@ -20,9 +20,9 @@ rem Set up prog to be the path of this script, including following symlinks,
rem and set up progdir to be the fully-qualified pathname of its directory.
set prog=%~f0
-rem Change current directory to where ddms is, to avoid issues with directories
-rem containing whitespaces.
-cd %~dp0
+rem Change current directory and drive to where the script is, to avoid
+rem issues with directories containing whitespaces.
+cd /d %~dp0
set jarfile=apkbuilder.jar
set frameworkdir=