aboutsummaryrefslogtreecommitdiffstats
path: root/adtproductbuild/Android.mk
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-10-08 11:10:10 -0700
committerRaphael Moll <ralf@android.com>2012-10-08 11:10:10 -0700
commit941ecbff10e2a54c24e9092d94f5856b2a1118c3 (patch)
tree461c9037ea68dfa87f23d29bc4354fe0075446ea /adtproductbuild/Android.mk
parent1fca455a13e2dc7c20904a7e9a89911c7e9a887b (diff)
downloadplatform_sdk-941ecbff10e2a54c24e9092d94f5856b2a1118c3.tar.gz
platform_sdk-941ecbff10e2a54c24e9092d94f5856b2a1118c3.tar.bz2
platform_sdk-941ecbff10e2a54c24e9092d94f5856b2a1118c3.zip
Expose adtproduct only when building sdk-adt_eclipse_ide.
Change-Id: If072175b1c83dbf4981fa06e6940a3a0a5719591
Diffstat (limited to 'adtproductbuild/Android.mk')
-rw-r--r--adtproductbuild/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/adtproductbuild/Android.mk b/adtproductbuild/Android.mk
index ef49661bf..38a8209bf 100644
--- a/adtproductbuild/Android.mk
+++ b/adtproductbuild/Android.mk
@@ -8,9 +8,9 @@
# 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.
-# Expose the ADT Eclipse IDE build only for the SDK builds on Linux
+# 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)))
-ifeq (linux,$(HOST_OS))
+ifneq (,$(filter adt_eclipse_ide,$(MAKECMDGOALS)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)