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

Commit 56d68fc0 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Set MINIMAL_APPS to false by default if not set already.

parent c08a80af
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -126,6 +126,11 @@ PRODUCT_PACKAGES += \
    ESmsSync \
    PwaPlayer

# 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 += \