OSDN Git Service

relocate GoogleLoginService
authorDoug Zongker <dougz@android.com>
Thu, 21 Jan 2010 22:36:24 +0000 (14:36 -0800)
committerDoug Zongker <dougz@android.com>
Thu, 21 Jan 2010 22:36:24 +0000 (14:36 -0800)
Change-Id: I05833c6bfba98ee8d5f32169ec94a4ca48457b4d

Android.mk
src/com/android/calendar/EditEvent.java
src/com/android/calendar/LaunchActivity.java

index fb354a5..bff72b2 100644 (file)
@@ -5,11 +5,11 @@ LOCAL_MODULE_TAGS := optional
 
 LOCAL_SRC_FILES := $(call all-java-files-under,src)
 
-# TODO: Remove dependency of application on the test runner (android.test.runner) 
+# TODO: Remove dependency of application on the test runner (android.test.runner)
 # library.
 LOCAL_JAVA_LIBRARIES := android.test.runner
 
-LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
+LOCAL_STATIC_JAVA_LIBRARIES := gsf-client
 
 LOCAL_PACKAGE_NAME := Calendar
 
index e620b61..d0e8dde 100644 (file)
@@ -86,7 +86,7 @@ import android.widget.Toast;
 import com.android.common.Rfc822InputFilter;
 import com.android.common.Rfc822Validator;
 
-import com.google.android.googlelogin.GoogleLoginServiceConstants;
+import com.google.android.gsf.GoogleLoginServiceConstants;
 
 import java.io.IOException;
 import java.util.ArrayList;
index 0244911..0a0be4f 100644 (file)
@@ -29,7 +29,7 @@ import android.net.Uri;
 import android.os.Bundle;
 import android.preference.PreferenceManager;
 
-import com.google.android.googlelogin.GoogleLoginServiceConstants;
+import com.google.android.gsf.GoogleLoginServiceConstants;
 
 import java.io.IOException;