summaryrefslogtreecommitdiffstats
path: root/dx
diff options
context:
space:
mode:
authormikaelpeltier <mikaelpeltier@google.com>2014-04-11 09:28:14 +0200
committermikaelpeltier <mikaelpeltier@google.com>2014-04-11 09:28:14 +0200
commit138de318e4fc1e7de9f7bd89d8edffab47693a74 (patch)
treed235643173ff3a3793330f05aa3fc3ed2f1f8f16 /dx
parent4cfe9c4bd6245319dcb3e1335773e62030004a87 (diff)
downloadtoolchain_jack-138de318e4fc1e7de9f7bd89d8edffab47693a74.zip
toolchain_jack-138de318e4fc1e7de9f7bd89d8edffab47693a74.tar.gz
toolchain_jack-138de318e4fc1e7de9f7bd89d8edffab47693a74.tar.bz2
Add JSR305 library to dx project
Change-Id: I5f770c4a5037ef61be54bfd14815a8c31a26e2ee
Diffstat (limited to 'dx')
-rw-r--r--dx/.classpath1
-rw-r--r--dx/src/Android.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/dx/.classpath b/dx/.classpath
index 18d70f0..ca1d1b8 100644
--- a/dx/.classpath
+++ b/dx/.classpath
@@ -3,4 +3,5 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
+ <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"/>
</classpath>
diff --git a/dx/src/Android.mk b/dx/src/Android.mk
index 942a076..61281e8 100644
--- a/dx/src/Android.mk
+++ b/dx/src/Android.mk
@@ -13,6 +13,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAR_MANIFEST := ../etc/manifest.txt
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= dx-jack
+LOCAL_STATIC_JAVA_LIBRARIES := jsr305lib-jack
include $(BUILD_HOST_JAVA_LIBRARY)