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:
Justin Koh 2013-10-02 14:32:15 -07:00
parent d74b538d9a
commit 066375a869
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ PRODUCT_PACKAGES += \
Browser \
Contacts \
DocumentsUI \
DownloadProviderUi \
ExternalStorageProvider \
KeyChain \
PicoTts \

View File

@ -25,7 +25,6 @@ PRODUCT_NAME := core
PRODUCT_PACKAGES += \
BackupRestoreConfirmation \
DownloadProvider \
DownloadProviderUi \
HTMLViewer \
MediaProvider \
PackageInstaller \