diff options
author | Tor Norbye <tnorbye@google.com> | 2011-12-03 13:41:39 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-12-05 20:41:25 -0800 |
commit | faab5914e7cc5e7f4676202ba589bf08c5ae0e42 (patch) | |
tree | 8a6a79fe9e07d2f4fac33c486f1199e2086f8377 /lint/cli/Android.mk | |
parent | 3ce45b249f898697ae82e8c6dd045966227f3438 (diff) | |
download | sdk-faab5914e7cc5e7f4676202ba589bf08c5ae0e42.zip sdk-faab5914e7cc5e7f4676202ba589bf08c5ae0e42.tar.gz sdk-faab5914e7cc5e7f4676202ba589bf08c5ae0e42.tar.bz2 |
Add Java Classfile support
Change-Id: Ifcc1d88dabb07dc05b2e5c934743ad52f9b6dc1d
Diffstat (limited to 'lint/cli/Android.mk')
-rw-r--r-- | lint/cli/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lint/cli/Android.mk b/lint/cli/Android.mk index 5b99dc4..63448d4 100644 --- a/lint/cli/Android.mk +++ b/lint/cli/Android.mk @@ -12,6 +12,10 @@ LOCAL_JAR_MANIFEST := etc/manifest.txt LOCAL_JAVA_LIBRARIES := \ lint_api \ lint_checks +LOCAL_STATIC_JAVA_LIBRARIES := \ + asm-tools \ + asm-tree-tools + LOCAL_MODULE := lint LOCAL_MODULE_TAGS := optional |