diff options
author | Raphael <raphael@google.com> | 2011-10-04 13:56:46 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2011-10-04 13:56:46 -0700 |
commit | 3275196176731150a5aa088d9d56b64d99f5dfa4 (patch) | |
tree | 237709a4724da1e833fe0166d42280fee25b0c70 /eclipse | |
parent | 581b1e36c0363da17c2568118c08bff040aab920 (diff) | |
download | sdk-3275196176731150a5aa088d9d56b64d99f5dfa4.zip sdk-3275196176731150a5aa088d9d56b64d99f5dfa4.tar.gz sdk-3275196176731150a5aa088d9d56b64d99f5dfa4.tar.bz2 |
Fix ADT build
Change-Id: If0411f65bb523e5b26d53c620df666937f8467ca
Diffstat (limited to 'eclipse')
-rwxr-xr-x | eclipse/scripts/build_plugins.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/build_plugins.sh b/eclipse/scripts/build_plugins.sh index c8bcd8d..f46eb47 100755 --- a/eclipse/scripts/build_plugins.sh +++ b/eclipse/scripts/build_plugins.sh @@ -181,7 +181,7 @@ fi # # Ensure that the src dir exists since it's empty # -mkdir -p $PWD/eclipse/plugins/com.android.ide.eclipse.adt.overlay/src +mkdir -p $PWD/plugins/com.android.ide.eclipse.adt.overlay/src # # -- Print configuration used and actually execute the build -- |