summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatish Sampath <satish@android.com>2009-06-11 17:36:21 +0100
committerSatish Sampath <satish@android.com>2009-06-11 17:36:21 +0100
commite808a11fee969b1f7b54296a9d8908a28463cdbd (patch)
tree95945af8d99d716a2564e070f67ad03302e67696
parent2ce31b829a54a2799fcf927c98bf284d03377b61 (diff)
downloadWebSearchProvider-e808a11fee969b1f7b54296a9d8908a28463cdbd.tar.gz
Update WebSearchProvider .mk file's target file name.
We are using the WebSearchProvider name now in core.mk and other mk files and due to this mistake in naming here this was not getting built/included by default.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d1200d9..fcafa5a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,7 @@ LOCAL_MODULE_TAGS := user # should be optional, but launcher crashes without thi
LOCAL_SRC_FILES := $(call all-subdir-java-files)
-LOCAL_PACKAGE_NAME := WebSearch
+LOCAL_PACKAGE_NAME := WebSearchProvider
LOCAL_CERTIFICATE := shared
include $(BUILD_PACKAGE)