From 066375a86934f10e06dcb22fab6cbd654c63c85e Mon Sep 17 00:00:00 2001 From: Justin Koh Date: Wed, 2 Oct 2013 14:32:15 -0700 Subject: [PATCH] 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 --- target/product/core.mk | 1 + target/product/core_minimal.mk | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/core.mk b/target/product/core.mk index 910dade3c..c5ef2aa21 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -24,6 +24,7 @@ PRODUCT_PACKAGES += \ Browser \ Contacts \ DocumentsUI \ + DownloadProviderUi \ ExternalStorageProvider \ KeyChain \ PicoTts \ diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 02cc8150f..fc2fc80be 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -25,7 +25,6 @@ PRODUCT_NAME := core PRODUCT_PACKAGES += \ BackupRestoreConfirmation \ DownloadProvider \ - DownloadProviderUi \ HTMLViewer \ MediaProvider \ PackageInstaller \