Merge "Update asm-7.0 to asm-9.2." am: b48d95cd69 am: ec0f336191 am: 3f7de11b7b

Original change: https://android-review.googlesource.com/c/platform/frameworks/layoutlib/+/2016076

Change-Id: Ib3c346805d29e190931a6e73409d9854b7cd2c5a
diff --git a/create/Android.bp b/create/Android.bp
index 2be2680..96622e9 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",
         "layoutlib_create-classpath",
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: {