diff options
author | Benoit Lamarche <benoitlamarche@google.com> | 2014-03-21 17:11:06 +0100 |
---|---|---|
committer | Benoit Lamarche <benoitlamarche@google.com> | 2014-03-21 18:15:37 +0100 |
commit | ff7da5e670a85c7648d9d299c5a14a66591341a5 (patch) | |
tree | dc957328a68863c50591374730ddaced04e7b788 /dexcomparator | |
parent | 4eceb95409e844fdc33c9c706e1dc307bfd40303 (diff) | |
download | toolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.zip toolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.tar.gz toolchain_jack-ff7da5e670a85c7648d9d299c5a14a66591341a5.tar.bz2 |
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 'dexcomparator')
-rw-r--r-- | dexcomparator/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexcomparator/.classpath b/dexcomparator/.classpath index e756a65..0aadac8 100644 --- a/dexcomparator/.classpath +++ b/dexcomparator/.classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/dx-jack_intermediates/javalib.jar" sourcepath="/ANDROID_BUILD_TOP/toolchain/jack/dx/src"/> + <classpathentry combineaccessrules="false" kind="src" path="/Dx"/> <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 kind="var" path="ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/jsr305lib-jack_intermediates/javalib.jar" sourcepath="/ANDROID_BUILD_TOP/toolchain/jack/jsr305/ri/src/main/java"/> <classpathentry kind="src" path=".apt_generated"> |