summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-11-16 19:03:18 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-11-16 19:03:18 +0000
commit72a2664cf1c2666665929b7ccf681996ca6543f0 (patch)
tree6e9d5feb1dadc38aed0f5a6adf1898eb504e39cb
parenta6a6d9b236a3bf62ade561b214ce83ffee054029 (diff)
downloaddesugar-72a2664cf1c2666665929b7ccf681996ca6543f0.tar.gz
Use asm built from source.
Bug: 259136464 Test: presubmit Change-Id: I7db4cac7cb62f7de97f00ab10d449f770b842339
-rw-r--r--Android.bp6
1 files 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"],