commit | 4b137047210a1e64df1ebc0807d4eeeac7052c1e | [log] [tgz] |
---|---|---|
author | Guang Zhu <guangzhu@google.com> | Mon Jun 21 12:34:51 2010 -0700 |
committer | Guang Zhu <guangzhu@google.com> | Mon Jun 21 12:34:51 2010 -0700 |
tree | dd6cd70fbfba7b2293b946f3bd7139647bcb5e5d | |
parent | 45113a7faa37747032be887ed12dd0e440524229 [diff] [blame] |
restore emma changes overwrittern by I9174f843 Change-Id: Ic5199ddfdaa2f8366bda960be84464945726e2f5
diff --git a/core/main.mk b/core/main.mk index 9d1ad85..1545670 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -689,6 +689,10 @@ $(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.