Merge "Update asm-7.0 to asm-9.2." am: ad55d80482 am: 92864663c1 am: 100d91e9f3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2016115

Change-Id: I556bf78799ec0fcd9d32eb16a2bd7a023ab5c7fd
This commit is contained in:
Allen Hair 2022-03-22 17:50:57 +00:00 committed by Automerger Merge Worker
commit cfe8d5b246
3 changed files with 9 additions and 9 deletions

View File

@ -12,10 +12,10 @@ java_binary_host {
manifest: "manifest.txt",
srcs: ["src/**/*.java"],
static_libs: [
"asm-7.0",
"asm-commons-7.0",
"asm-tree-7.0",
"asm-analysis-7.0",
"asm-9.2",
"asm-commons-9.2",
"asm-tree-9.2",
"asm-analysis-9.2",
"guava-21.0",
],
}

View File

@ -14,7 +14,7 @@ java_binary_host {
"src/**/*.kt",
],
static_libs: [
"asm-7.0",
"asm-9.2",
],
}

View File

@ -12,10 +12,10 @@ java_binary_host {
manifest: "manifest.txt",
srcs: ["src/**/*.java"],
static_libs: [
"asm-7.0",
"asm-commons-7.0",
"asm-tree-7.0",
"asm-analysis-7.0",
"asm-9.2",
"asm-commons-9.2",
"asm-tree-9.2",
"asm-analysis-9.2",
"guava-21.0",
],
}