diff options
author | Xavier Ducrohet <xav@android.com> | 2012-09-13 17:22:57 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-09-13 19:00:32 -0700 |
commit | 5910447b10dd39c9591aa45366c2aacce07af2af (patch) | |
tree | 4ca343e63c67c4a57435e3f0ceb76ad21a5805e0 /common/.classpath | |
parent | 37612be71d9cdcb9d992ec22ed8b605df8b2994d (diff) | |
download | sdk-5910447b10dd39c9591aa45366c2aacce07af2af.zip sdk-5910447b10dd39c9591aa45366c2aacce07af2af.tar.gz sdk-5910447b10dd39c9591aa45366c2aacce07af2af.tar.bz2 |
Add guava to common and sdklib.
Change-Id: Ic465232c7df736d2823b391c1f973c6ae5d81833
Diffstat (limited to 'common/.classpath')
-rw-r--r-- | common/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.classpath b/common/.classpath index 88fb9b4..aa9b382 100644 --- a/common/.classpath +++ b/common/.classpath @@ -4,5 +4,6 @@ <classpathentry kind="src" path="tests/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/guava-tools/guava-13.0.1.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/guava-tools/src.zip"/> <classpathentry kind="output" path="bin"/> </classpath> |