resolved conflicts for merge of 10b3f4b8 to master

Change-Id: I169c45161af01596c408cd3f3173d67cb541cb46
This commit is contained in:
Guang Zhu 2010-06-21 13:00:53 -07:00
commit 878c62ae14
1 changed files with 4 additions and 0 deletions

View File

@ -689,6 +689,10 @@ droidcore: files \
$(INSTALLED_USERDATAIMAGE_TARGET) \
$(INSTALLED_FILES_FILE)
ifeq ($(EMMA_INSTRUMENT),true)
$(call dist-for-goals, droid, $(EMMA_META_ZIP))
endif
# Dist for droid if droid is among the cmd goals, or no cmd goal is given.
ifneq ($(filter droid,$(MAKECMDGOALS))$(filter ||,|$(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))|),)
ifneq ($(TARGET_BUILD_APPS),)