forked from openkylin/platform_build
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:
commit
10b3f4b8fc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue