This should fix the build.
Change-Id: Ib03e2d8500a53b5f8742b19415a421a602947ec3
diff --git a/Android.mk b/Android.mk
index 92fcb1c..b9a46f4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,7 +3,7 @@
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := google-framework
+LOCAL_STATIC_JAVA_LIBRARIES := gsf-client
LOCAL_SRC_FILES := \
$(call all-subdir-java-files) \
diff --git a/src/com/android/browser/BrowserProvider.java b/src/com/android/browser/BrowserProvider.java
index 33396a0..f32866d 100644
--- a/src/com/android/browser/BrowserProvider.java
+++ b/src/com/android/browser/BrowserProvider.java
@@ -50,7 +50,7 @@
import com.android.common.Patterns;
-import com.google.android.providers.GoogleSettings.Partner;
+import com.google.android.gsf.GoogleSettingsContract.Partner;
import java.io.File;
import java.io.FilenameFilter;
diff --git a/src/com/android/browser/BrowserSettings.java b/src/com/android/browser/BrowserSettings.java
index 941b28b..1e282c6 100644
--- a/src/com/android/browser/BrowserSettings.java
+++ b/src/com/android/browser/BrowserSettings.java
@@ -17,7 +17,7 @@
package com.android.browser;
-import com.google.android.providers.GoogleSettings.Partner;
+import com.google.android.gsf.GoogleSettingsContract.Partner;
import android.app.ActivityManager;
import android.content.ContentResolver;