From 72a2664cf1c2666665929b7ccf681996ca6543f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 16 Nov 2022 19:03:18 +0000 Subject: Use asm built from source. Bug: 259136464 Test: presubmit Change-Id: I7db4cac7cb62f7de97f00ab10d449f770b842339 --- Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Android.bp b/Android.bp index ed570e1..76a2d2f 100644 --- a/Android.bp +++ b/Android.bp @@ -31,12 +31,12 @@ java_library_host { manifest: "manifest.txt", static_libs: [ - "asm-9.2", - "asm-commons-9.2", - "asm-tree-9.2", "error_prone_annotations", "guava", "jsr305", + "ow2-asm", + "ow2-asm-commons", + "ow2-asm-tree", ], plugins: ["auto_value_plugin"], -- cgit v1.2.3