aboutsummaryrefslogtreecommitdiffstats
path: root/adtproductbuild/Android.mk
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2013-04-17 14:01:13 -0700
committerRaphael Moll <ralf@android.com>2013-04-17 14:29:04 -0700
commitd995ff26d87f5a82d799657faca8de1167d39996 (patch)
treed64fe7216d794b1b0ffc8f1eb96f9b1d27e13f0c /adtproductbuild/Android.mk
parentfa89a37dc29bb60f27820d81674ff547793b0a1a (diff)
downloadplatform_sdk-d995ff26d87f5a82d799657faca8de1167d39996.tar.gz
platform_sdk-d995ff26d87f5a82d799657faca8de1167d39996.tar.bz2
platform_sdk-d995ff26d87f5a82d799657faca8de1167d39996.zip
ADT preview qualifier.
The preview qualifier is toggled in the eclipse/script/build_server script. In preview mode, ADT will look like: adt.package_22.0.0.v201301020304-preview-1234567 In release moed, ADT will look like: adt.package_22.0.0.v201301020304-1234567 Change-Id: Ib332726854bf50f70de12fcf4bc157e358ba91a7
Diffstat (limited to 'adtproductbuild/Android.mk')
-rw-r--r--adtproductbuild/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/adtproductbuild/Android.mk b/adtproductbuild/Android.mk
index 80f23a290..a5d0c8bda 100644
--- a/adtproductbuild/Android.mk
+++ b/adtproductbuild/Android.mk
@@ -6,6 +6,7 @@
#
# Expected env vars:
# ADT_IDE_DEST_DIR: existing directory where to copy the IDE zip files.
+# ADT_IDE_QUALIFIER: a root qualifier to incorporate before the build timestamp in plugins.
# 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
@@ -56,6 +57,7 @@ $(ADT_IDE_JAVA_TARGET) : $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide \
-application org.eclipse.ant.core.antRunner \
-configuration ../../out/host/eclipse/adtproduct/ant-configuration \
-data ../../out/host/eclipse/adtproduct/ant-workspace \
+ -DADT_IDE_QUALIFIER=$(ADT_IDE_QUALIFIER) \
2>&1 && \
mv -f ../../$(ADT_IDE_BUILD_LOG) ../../$(ADT_IDE_BUILD_LOG).1 ) \
| tee ../../$(ADT_IDE_BUILD_LOG) \