mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05: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:
parent
f5420ac528
commit
9fc60210db
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user