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

Commit c1b341aa authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'minimal-apps' into 'v1-nougat'

Add support for minimal apps

See merge request !13
parents ee5cbde9 cc89d650
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 \