aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/.classpath
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-09-18 12:21:44 -0700
committerXavier Ducrohet <xav@android.com>2012-09-18 12:24:04 -0700
commitf92c116240bc645a89b12975dd438a46645abe88 (patch)
treed724df7a991b2c7ed27c29a51f5b8c08735a0bbc /anttasks/.classpath
parent0f86143e55290c4851e51b9a46ff21e198a35acc (diff)
downloadsdk-f92c116240bc645a89b12975dd438a46645abe88.zip
sdk-f92c116240bc645a89b12975dd438a46645abe88.tar.gz
sdk-f92c116240bc645a89b12975dd438a46645abe88.tar.bz2
Fix possible NPE reading dep file.
Fix this by using guava Files instead. Also fixes sdklib's manifest. Change-Id: I5dd4123f389ce1bd8c900933021fc2179e6caa3b
Diffstat (limited to 'anttasks/.classpath')
-rw-r--r--anttasks/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/anttasks/.classpath b/anttasks/.classpath
index 283606e..39171d9 100644
--- a/anttasks/.classpath
+++ b/anttasks/.classpath
@@ -6,5 +6,6 @@
<classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/ant/ant.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/common"/>
<classpathentry combineaccessrules="false" kind="src" path="/ManifestMerger"/>
+ <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>