Update asm-7.0 to asm-9.2.

Bug: 194725917
Bug: 221938918
Test: Forrest build.
Change-Id: I3197f4ad998e02b58e10dd2fda2ae480550a7134
diff --git a/create/Android.bp b/create/Android.bp
index 22035bd..7cdea59 100644
--- a/create/Android.bp
+++ b/create/Android.bp
@@ -25,8 +25,8 @@
 
     main_class: "com.android.tools.layoutlib.create.Main",
     static_libs: [
-        "asm-7.0",
-        "asm-commons-7.0",
+        "asm-9.2",
+        "asm-commons-9.2",
         "guava",
         "layoutlib-common",
     ],
diff --git a/create/tests/Android.bp b/create/tests/Android.bp
index b64b484..b5e7033 100644
--- a/create/tests/Android.bp
+++ b/create/tests/Android.bp
@@ -39,7 +39,7 @@
         "junit",
         "hamcrest",
     ],
-    static_libs: ["asm-7.0"],
+    static_libs: ["asm-9.2"],
 
     // Copy the jar to DIST_DIR for sdk builds
     dist: {