summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-02-19 10:10:10 -0500
committerPatrick Scott <phanna@android.com>2010-02-24 16:12:00 -0500
commit43914692ad81ec64e5da2dd3e7e3f79b71594eaa (patch)
tree546d65e97c4957bf9908c4e757a7b8ba3b47cbe4 /Android.mk
parentdcc5eeb63eadd597587a0b2b49998c267b0bcc11 (diff)
downloadpackages_apps_browser-43914692ad81ec64e5da2dd3e7e3f79b71594eaa.zip
packages_apps_browser-43914692ad81ec64e5da2dd3e7e3f79b71594eaa.tar.gz
packages_apps_browser-43914692ad81ec64e5da2dd3e7e3f79b71594eaa.tar.bz2
Remove our dependency on gsf.
Hardcode the account values when looking up the hosted domain. We also hardcode the settings uri for looking up the client id. This is the better solution for now because the client id is written only once. If the partner setup were to write the value to the BrowserProvider, it would get erased if the user decided to reset the Browser.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d67a338..6e20ab8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,8 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := \
- android-common \
- gsf-client
+ android-common
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \