diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:58 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 14:03:58 -0800 |
| commit | c9432be76d50a527da232d518f633add2f76242b (patch) | |
| tree | c6a908295dcbece6bb31f644b3d4698f04abee20 /apkbuilder | |
| parent | 382f18c205f459fdd9ff6c0657beadcbfe3c5b01 (diff) | |
| download | sdk-c9432be76d50a527da232d518f633add2f76242b.tar.gz sdk-c9432be76d50a527da232d518f633add2f76242b.tar.bz2 sdk-c9432be76d50a527da232d518f633add2f76242b.zip | |
auto import from //depot/cupcake/@132589
Diffstat (limited to 'apkbuilder')
| -rwxr-xr-x | apkbuilder/etc/apkbuilder.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apkbuilder/etc/apkbuilder.bat b/apkbuilder/etc/apkbuilder.bat index c4689c62a..7ab3e6c43 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 and drive to where the script is, to avoid -rem issues with directories containing whitespaces. -cd /d %~dp0 +rem Change current directory to where ddms is, to avoid issues with directories +rem containing whitespaces. +cd %~dp0 set jarfile=apkbuilder.jar set frameworkdir= |
