Allow Telecomm to be imported into Eclipse
Add .project and .classpath files so that Telecomm can be imported
into Eclipse as a standalone project. Once the android.telecomm APIs
become part of the SDK, we can remove the frameworks-base-telecomm
symlink.
Change-Id: I2ab040302c10872d847f96369a99f52e1208d644
diff --git a/src/com/android/telecomm/Switchboard.java b/src/com/android/telecomm/Switchboard.java
index cb0d46a..6ee4d22 100644
--- a/src/com/android/telecomm/Switchboard.java
+++ b/src/com/android/telecomm/Switchboard.java
@@ -16,7 +16,7 @@
package com.android.telecomm;
-import com.google.android.collect.Lists;
+import com.google.common.collect.Lists;
import android.content.Context;
import android.os.RemoteException;