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

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

Change-Id: I292b1e5e4a8d151a58d08c99dd64624e28d9a944
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:54:43 +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.