aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-08-06 09:23:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-06 09:23:07 -0700
commit057e5374a3c774555b8c0d8457997b4c368cf732 (patch)
treed624405e96848fdb8318407db90f544b23de308d /files
parente68867b12b200d82c80d8e2f77bbe11478027152 (diff)
parentee4780f1de04e7c87b3fe172a4b1510bd4c7e9bf (diff)
downloadsdk-057e5374a3c774555b8c0d8457997b4c368cf732.zip
sdk-057e5374a3c774555b8c0d8457997b4c368cf732.tar.gz
sdk-057e5374a3c774555b8c0d8457997b4c368cf732.tar.bz2
Merge "Allow lint cli --sources to specify a path, and use from ant lint"
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 769889c..0c486e6 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -1295,7 +1295,9 @@
description="Runs lint on the project to look for potential bugs" >
<lint executable="${lint}"
html="${lint.out.html}"
- xml="${lint.out.xml}" />
+ xml="${lint.out.xml}"
+ src="${source.absolute.dir}:${gen.absolute.dir}"
+ classpath="${out.classes.absolute.dir}" />
</target>
<!-- ******************************************************* -->