Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update ASM from 7.1 to 9.2 #2690

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<include name="android/sdk-common-25.3.0.jar" />
<include name="aopalliance/aopalliance.jar" />
<include name="aosp/apksig.jar" />
<include name="asm/asm*-7.1.jar" />
<include name="asm/asm*-9.2.jar" />
<include name="bazel/bazel_deploy.jar" />
<include name="bundletool/bundletool-0.12.0-fb.jar" />
<include name="closure-templates/soy-excluding-deps.jar" />
Expand Down Expand Up @@ -944,11 +944,11 @@
<zipfileset excludes="**/*SF **/*RSA" src="${third-party.dir}/java/jacoco/org.jacoco.core-0.8.3.201812281252.jar"/>
<zipfileset excludes="**/*SF **/*RSA" src="${third-party.dir}/java/jacoco/org.jacoco.report-0.8.3.201812281252.jar"/>
<zipfileset excludes="**/*SF **/*RSA" src="${third-party.dir}/java/plexus/plexus-utils-3.0.20.jar"/>
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-7.1.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-analysis-7.1.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-commons-7.1.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-tree-7.1.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-util-7.1.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-9.2.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-analysis-9.2.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-commons-9.2.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-tree-9.2.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/asm/asm-util-9.2.jar" />
<zipfileset includes="**/*.class" src="${third-party.dir}/java/guava/guava-23.3-jre.jar"/>
<fileset dir="${classes.dir}">
<include name="com/facebook/buck/jvm/java/coverage/ReportGenerator.class"/>
Expand Down
20 changes: 10 additions & 10 deletions third-party/java/asm/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@ java_library(

prebuilt_jar(
name = "asm-jar",
binary_jar = "asm-7.1.jar",
binary_jar = "asm-9.2.jar",
licenses = [
"LICENSE",
],
source_jar = "asm-7.1-sources.jar",
source_jar = "asm-9.2-sources.jar",
)

prebuilt_jar(
name = "asm-analysis",
binary_jar = "asm-analysis-7.1.jar",
binary_jar = "asm-analysis-9.2.jar",
licenses = [
"LICENSE",
],
source_jar = "asm-analysis-7.1-sources.jar",
source_jar = "asm-analysis-9.2-sources.jar",
)

prebuilt_jar(
name = "asm-commons",
binary_jar = "asm-commons-7.1.jar",
binary_jar = "asm-commons-9.2.jar",
licenses = [
"LICENSE",
],
source_jar = "asm-commons-7.1-sources.jar",
source_jar = "asm-commons-9.2-sources.jar",
)

prebuilt_jar(
name = "asm-tree",
binary_jar = "asm-tree-7.1.jar",
binary_jar = "asm-tree-9.2.jar",
licenses = [
"LICENSE",
],
source_jar = "asm-tree-7.1-sources.jar",
source_jar = "asm-tree-9.2-sources.jar",
)

prebuilt_jar(
name = "asm-util",
binary_jar = "asm-util-7.1.jar",
binary_jar = "asm-util-9.2.jar",
licenses = [
"LICENSE",
],
source_jar = "asm-util-7.1-sources.jar",
source_jar = "asm-util-9.2-sources.jar",
)
Binary file removed third-party/java/asm/asm-7.1-sources.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-7.1.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-9.2-sources.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-9.2.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-analysis-7.1-sources.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-analysis-7.1.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-analysis-9.2-sources.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-analysis-9.2.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-commons-7.1-sources.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-commons-7.1.jar
Binary file not shown.
Binary file not shown.
Binary file added third-party/java/asm/asm-commons-9.2.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-tree-7.1.jar
Binary file not shown.
Binary file not shown.
Binary file added third-party/java/asm/asm-tree-9.2.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-util-7.1-sources.jar
Binary file not shown.
Binary file removed third-party/java/asm/asm-util-7.1.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-util-9.2-sources.jar
Binary file not shown.
Binary file added third-party/java/asm/asm-util-9.2.jar
Binary file not shown.