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

Commit 3e93aeae authored by Keun young Park's avatar Keun young Park
Browse files

add platform.zip from platform-java to dist

Change-Id: I08e110edf70ef5ec313ee02e03803fa152f0aa6a
parent 82eb7082
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -842,8 +842,8 @@ platform: $(INSTALLED_PLATFORM_ZIP)
platform-java: platform

# Dist the platform.zip
ifneq (,$(filter platform, $(MAKECMDGOALS)))
$(call dist-for-goals, platform, $(INSTALLED_PLATFORM_ZIP))
ifneq (,$(filter platform platform-java, $(MAKECMDGOALS)))
$(call dist-for-goals, platform platform-java, $(INSTALLED_PLATFORM_ZIP))
endif

#######