Include WebSearchProvider in all builds.

WebSearchProvider is an open implementation of fetching suggestions and
launching searches to third party web search engines. This should be
available along with GoogleSearch in all builds which include the
GoogleSearch package.
This commit is contained in:
Satish Sampath 2009-06-05 23:04:46 +01:00
parent 0bb9ce9ec3
commit f4d7c620f1
2 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,6 @@ PRODUCT_PACKAGES := \
TelephonyProvider \
UserDictionaryProvider \
PackageInstaller \
WebSearchProvider \
Bugreport

View File

@ -12,6 +12,7 @@ PRODUCT_PACKAGES := \
MediaProvider \
SettingsProvider \
PackageInstaller \
WebSearchProvider \
Bugreport \
Launcher \
Settings \