Snap for 8340624 from 1ece9cec57c5e76876826e280833d27df6aa4e09 to tm-release

Change-Id: I45d2262180a17548e1bcfb34ede7d727f1d44564
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: {