summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-05-29 18:28:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-29 18:28:00 -0700
commit2e64f64c9bc1cc8cbf0f59723b78a278dec66b3b (patch)
treec852c9fb00cf841bbd1251e564648749e98aaccc /core
parenta9b484ad0ee562225282098b701fe3696ad04bec (diff)
parent3e93aeae10aa70ab64e78fbab0bb8741d0b04d99 (diff)
downloadbuild-2e64f64c9bc1cc8cbf0f59723b78a278dec66b3b.zip
build-2e64f64c9bc1cc8cbf0f59723b78a278dec66b3b.tar.gz
build-2e64f64c9bc1cc8cbf0f59723b78a278dec66b3b.tar.bz2
am 3e93aeae: add platform.zip from platform-java to dist
* commit '3e93aeae10aa70ab64e78fbab0bb8741d0b04d99': add platform.zip from platform-java to dist
Diffstat (limited to 'core')
-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
#######