From 4b137047210a1e64df1ebc0807d4eeeac7052c1e Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Mon, 21 Jun 2010 12:34:51 -0700 Subject: [PATCH] restore emma changes overwrittern by I9174f843 Change-Id: Ic5199ddfdaa2f8366bda960be84464945726e2f5 --- core/main.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/main.mk b/core/main.mk index 9d1ad852a2..1545670c9b 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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.