diff options
author | Justin Koh <justinkoh@google.com> | 2013-10-02 14:32:15 -0700 |
---|---|---|
committer | Justin Koh <justinkoh@google.com> | 2013-10-02 14:32:15 -0700 |
commit | 066375a86934f10e06dcb22fab6cbd654c63c85e (patch) | |
tree | 06dd107c9ef86f8939f76704ce74e44ccc0606a0 /target | |
parent | d74b538d9a45e7698f5bbe10e3908f64b65eb81e (diff) | |
download | build-066375a86934f10e06dcb22fab6cbd654c63c85e.zip build-066375a86934f10e06dcb22fab6cbd654c63c85e.tar.gz build-066375a86934f10e06dcb22fab6cbd654c63c85e.tar.bz2 |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core.mk | 1 | ||||
-rw-r--r-- | target/product/core_minimal.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index 910dade..c5ef2aa 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 02cc815..fc2fc80 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 \ |