Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebd5a9e1 authored by Ying Wang's avatar Ying Wang
Browse files

Dist unbundled app.

Change-Id: Ib4c01b2623ec1059b66c541cc35eae4d2d811ef3
http://b/issue?id=2667113
parent 1a031e41
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -702,6 +702,7 @@ tests: droidcore

# 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 ($(strip $(is_unbundled_app_build)),true)
$(call dist-for-goals, droid, \
	$(INTERNAL_UPDATE_PACKAGE_TARGET) \
	$(INTERNAL_OTA_PACKAGE_TARGET) \
@@ -732,6 +733,15 @@ $(call dist-for-goals, droid, \
	$(BUILT_TESTS_ZIP_PACKAGE) \
 )
endif  # tests

else # is_unbundled_app_build
# dist the unbundled app.
ifdef UNBUNDLED_APP
  $(call dist-for-goals,droid, \
    $(ALL_MODULES.$(UNBUNDLED_APP).INSTALLED) \
  )
endif # UNBUNDLED_APP
endif # is_unbundled_app_build
endif  # droid in $(MAKECMDGOALS)

.PHONY: docs