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

Commit cc89d650 authored by Sumit Pundir's avatar Sumit Pundir
Browse files

config: common: add support for minimal apps

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

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

# Required CM packages
PRODUCT_PACKAGES += \
    BluetoothExt \