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

Commit 066375a8 authored by Justin Koh's avatar Justin Koh
Browse files

Move DownloadProviderUi from core_minimal to core.mk

Move DownloadProviderUi from core_minimal to core.mk. This UI requires
DocumentsUi so it doesn't make sense to ship it on devices which are only
using core_minimal.

Change-Id: Id8a4f2a9835a05e9281596dbd5ca7b8e76062cd4
parent d74b538d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ PRODUCT_PACKAGES += \
    Browser \
    Contacts \
    DocumentsUI \
    DownloadProviderUi \
    ExternalStorageProvider \
    KeyChain \
    PicoTts \
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ PRODUCT_NAME := core
PRODUCT_PACKAGES += \
    BackupRestoreConfirmation \
    DownloadProvider \
    DownloadProviderUi \
    HTMLViewer \
    MediaProvider \
    PackageInstaller \