aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2017-11-17 19:12:26 +0000
committerTobias Thierer <tobiast@google.com>2017-11-17 19:12:26 +0000
commit2fbf2f74850e3a3f47fc1a87c717bfd6e992f76a (patch)
tree0e5b4e29bf8d04813e2cf42b3e8d0edc171184cf
parentfb25e80597b431712655a57cad6b7e91c51c19de (diff)
downloadturbine-2fbf2f74850e3a3f47fc1a87c717bfd6e992f76a.tar.gz
Drop turbine dependency on ASM.
Only turbine tests depend on ASM, but the .bp does not contain any rule to make them. Also, Android is moving to ASM 6 which is required in order to process v53 class files. Test: Treehugger Bug: 38177569 Change-Id: Ia72e0139fa7cb4e7c51f12b5e81dc17401e60f38
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 92ca2e4..b57fdf7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,9 +24,6 @@ java_library_host {
manifest: "manifest.txt",
static_libs: [
- "asm-5.2",
- "asm-commons-5.2",
- "asm-tree-5.2",
"error_prone_annotations-2.0.18",
"guava-21.0",
"jsr305-3.0.1",