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

Commit 275b61df authored by Sumit Pundir's avatar Sumit Pundir
Browse files

config: common: add support for minimal apps

parent 0436d1fe
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -137,16 +137,12 @@ PRODUCT_PACKAGES += \
    MozillaNlpBackend \
    OpenWeatherMapWeatherProvider \
    AccountManager \
    MagicEarth \
    PdfViewer \
    Camera \
    eDrive \
    Weather \
    Notes \
    Tasks \
    NominatimNlpBackend \
    DroidGuard \
    LibreOfficeViewer \
    OpenKeychain \
    Message \
    Browser \
@@ -155,6 +151,15 @@ PRODUCT_PACKAGES += \
    ESmsSync \
    PwaPlayer

# Optional Applications
ifeq ($(MINIMAL_APPS),false)
PRODUCT_PACKAGES += \
    MagicEarth \
    PdfViewer \
    Weather \
    LibreOfficeViewer
endif

# Required Lineage packages
PRODUCT_PACKAGES += \
    LineageParts \