0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

comment out a lib search path we don't appear to need that's

incompatible with the latest google sdk
This commit is contained in:
Jesse Vincent 2010-12-07 01:22:29 +00:00
parent f5420ac528
commit 9fc60210db

View File

@ -173,7 +173,7 @@
<src path="${source.absolute.dir}" />
<src path="${gen.absolute.dir}" />
<classpath>
<fileset dir="${external.libs.absolute.dir}" includes="*.jar" />
<!-- <fileset dir="${external.libs.absolute.dir}" includes="*.jar" /> -->
<fileset dir="compile-only-libs" includes="*.jar" />
</classpath>
</javac>