Merge "Update ASM usage to ASM9" am: 24fbdff6a0

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

Change-Id: Ie51315d31f67b7385ccffd3ef90c4b152b0b5740
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-05-25 16:25:55 +00:00
committed by Automerger Merge Worker

View File

@@ -20,7 +20,7 @@ import java.util.List;
public class Utils {
public static final int ASM_VERSION = Opcodes.ASM7;
public static final int ASM_VERSION = Opcodes.ASM9;
/**
* Reads a comma separated configuration similar to the Jack definition.