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
This commit is contained in:
parent
d74b538d9a
commit
066375a869
|
@ -24,6 +24,7 @@ PRODUCT_PACKAGES += \
|
|||
Browser \
|
||||
Contacts \
|
||||
DocumentsUI \
|
||||
DownloadProviderUi \
|
||||
ExternalStorageProvider \
|
||||
KeyChain \
|
||||
PicoTts \
|
||||
|
|
|
@ -25,7 +25,6 @@ PRODUCT_NAME := core
|
|||
PRODUCT_PACKAGES += \
|
||||
BackupRestoreConfirmation \
|
||||
DownloadProvider \
|
||||
DownloadProviderUi \
|
||||
HTMLViewer \
|
||||
MediaProvider \
|
||||
PackageInstaller \
|
||||
|
|
Loading…
Reference in New Issue