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

Commit 484f561c authored by Amit Kumar's avatar Amit Kumar
Browse files

Set MINIMAL_APPS to false by default if not set already.

Change-Id: I77082fd913612985ce4261299fd0e2239cbee9c8
parent 6547d48b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -154,6 +154,12 @@ ifeq ($(INCLUDE_BACKUP_APP),true)
PRODUCT_PACKAGES += SeedVault
endif


# If MINIMAL_APPS is not set, set it to false by default.
ifndef MINIMAL_APPS
	MINIMAL_APPS := false
endif

# Optional Applications
ifeq ($(MINIMAL_APPS),false)
PRODUCT_PACKAGES += \