aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/build_server.sh
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-10-15 15:46:20 -0700
committerRaphael Moll <ralf@android.com>2012-10-15 15:46:20 -0700
commit59b2b27ac8daf54bc32099750a0e2a76940dd642 (patch)
treeb1c0090c4f24bb1eb598a0d21706f6b318c8cf3e /eclipse/scripts/build_server.sh
parent36c1f5caf97e94a7727cab8272a9ae18978935ec (diff)
downloadsdk-59b2b27ac8daf54bc32099750a0e2a76940dd642.zip
sdk-59b2b27ac8daf54bc32099750a0e2a76940dd642.tar.gz
sdk-59b2b27ac8daf54bc32099750a0e2a76940dd642.tar.bz2
ADT IDE: qualifier for zip file is just the build number.
Change-Id: I4239c5e8370c028d4077e6158629dd03944f6dd0
Diffstat (limited to 'eclipse/scripts/build_server.sh')
-rwxr-xr-xeclipse/scripts/build_server.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse/scripts/build_server.sh b/eclipse/scripts/build_server.sh
index 1bba962..1f4556f 100755
--- a/eclipse/scripts/build_server.sh
+++ b/eclipse/scripts/build_server.sh
@@ -107,9 +107,12 @@ function build_plugin() {
}
function build_adt_ide() {
+ # Build the ADT IDE if this runs on Linux.
+ # Qualifier for the zip files is just the build number if available.
if [[ -z $INTERNAL_BUILD && "Linux" == $(uname) ]]; then
ADT_IDE_DEST_DIR="$DEST_DIR" \
ADT_IDE_QUALIFIER="$QUALIFIER" \
+ ADT_IDE_ZIP_QUALIFIER="${BUILD_NUMBER:-$QUALIFIER}" \
make PRODUCT-sdk-adt_eclipse_ide
fi
}