summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-05-29 17:55:46 -0700
committerKeun young Park <keunyoung@google.com>2012-05-29 18:13:39 -0700
commit3e93aeae10aa70ab64e78fbab0bb8741d0b04d99 (patch)
tree22c71043c161510ca8c929dd69f1e9375985dbee /core/Makefile
parent82eb7082aa9b7239770f1631211a3c18b6daacfe (diff)
downloadbuild-3e93aeae10aa70ab64e78fbab0bb8741d0b04d99.zip
build-3e93aeae10aa70ab64e78fbab0bb8741d0b04d99.tar.gz
build-3e93aeae10aa70ab64e78fbab0bb8741d0b04d99.tar.bz2
add platform.zip from platform-java to dist
Change-Id: I08e110edf70ef5ec313ee02e03803fa152f0aa6a
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index 72a43cc..b88399e 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -842,8 +842,8 @@ platform: $(INSTALLED_PLATFORM_ZIP)
platform-java: platform
# Dist the platform.zip
-ifneq (,$(filter platform, $(MAKECMDGOALS)))
-$(call dist-for-goals, platform, $(INSTALLED_PLATFORM_ZIP))
+ifneq (,$(filter platform platform-java, $(MAKECMDGOALS)))
+$(call dist-for-goals, platform platform-java, $(INSTALLED_PLATFORM_ZIP))
endif
#######