am 4b137047: restore emma changes overwrittern by I9174f843

Merge commit '4b137047210a1e64df1ebc0807d4eeeac7052c1e' into gingerbread-plus-aosp

* commit '4b137047210a1e64df1ebc0807d4eeeac7052c1e':
  restore emma changes overwrittern by I9174f843
This commit is contained in:
Guang Zhu 2010-06-21 12:51:44 -07:00 committed by Android Git Automerger
commit 10b3f4b8fc
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
ifneq ($(TARGET_BUILD_APPS),)
# If this build is just for apps, only build apps and not the full system by default.