summaryrefslogtreecommitdiffstats
path: root/jack/.classpath
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2014-03-21 17:11:06 +0100
committerBenoit Lamarche <benoitlamarche@google.com>2014-03-21 18:15:37 +0100
commitff7da5e670a85c7648d9d299c5a14a66591341a5 (patch)
treedc957328a68863c50591374730ddaced04e7b788 /jack/.classpath
parent4eceb95409e844fdc33c9c706e1dc307bfd40303 (diff)
downloadtoolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.tar.gz
toolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.tar.bz2
toolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.zip
Fix various classpath issues in Jack projects
- Added dependency of Jack project to dexcomparator project instead of jar - Replace JUnit dependency of Scheduler and jack-tests to project JUnit - Added dependency of dexcomparator project to Dx project instead of jar Change-Id: I946ff30efee33e375cdb1448dd3f9539534c29a1
Diffstat (limited to 'jack/.classpath')
-rw-r--r--jack/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack/.classpath b/jack/.classpath
index 5c04f982..f4204937 100644
--- a/jack/.classpath
+++ b/jack/.classpath
@@ -7,6 +7,7 @@
<classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/ecj-jack_intermediates/javalib.jar"/>
<classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/guava-jack_intermediates/javalib.jar" sourcepath="/ANDROID_BUILD_TOP/toolchain/jack/guava/src"/>
<classpathentry combineaccessrules="false" kind="src" path="/Dx"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/dexcomparator"/>
<classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/dx_intermediates/javalib.jar" sourcepath="/ANDROID_BUILD_TOP/toolchain/jack/dx/src"/>
<classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/dexlib-jack_intermediates/javalib.jar" sourcepath="/ANDROID_BUILD_TOP/toolchain/jack/dexlib/src/main/java"/>
<classpathentry combineaccessrules="false" kind="src" path="/Scheduler"/>
@@ -19,6 +20,5 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/dexcomparator_intermediates/javalib.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>