diff options
author | Raphael Moll <ralf@android.com> | 2012-10-15 15:46:20 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-10-15 15:46:20 -0700 |
commit | 59b2b27ac8daf54bc32099750a0e2a76940dd642 (patch) | |
tree | b1c0090c4f24bb1eb598a0d21706f6b318c8cf3e /adtproductbuild | |
parent | 36c1f5caf97e94a7727cab8272a9ae18978935ec (diff) | |
download | sdk-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 'adtproductbuild')
-rw-r--r-- | adtproductbuild/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adtproductbuild/Android.mk b/adtproductbuild/Android.mk index 38a8209..36cd24d 100644 --- a/adtproductbuild/Android.mk +++ b/adtproductbuild/Android.mk @@ -6,7 +6,7 @@ # # Expected env vars: # ADT_IDE_DEST_DIR: existing directory where to copy the IDE zip files. -# ADT_IDE_QUALIFIER: either a date or build number to incorporate in the zip names. +# ADT_IDE_ZIP_QUALIFIER: either a date or build number to incorporate in the zip names. # Expose the ADT Eclipse IDE build only for the SDK when building adt_eclipse_ide ifneq (,$(is_sdk_build)$(filter sdk sdk_x86 sdk_mips,$(TARGET_PRODUCT))) @@ -67,7 +67,7 @@ $(ADT_IDE_JAVA_TARGET) : $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide \ # Defines the zip filename generated for an OS specific android IDE. define adt-ide-zip -$(ADT_IDE_RELEASE_DIR)/android-ide-$(ADT_IDE_QUALIFIER)-$(1).$(2).zip +$(ADT_IDE_RELEASE_DIR)/android-ide-$(ADT_IDE_ZIP_QUALIFIER)-$(1).$(2).zip endef # Defines the rule needed to make one of the OS specific android IDE. |