Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aca5300c authored by Sorin Basca's avatar Sorin Basca
Browse files

Update ASM usage to ASM9

Bug: 233029164
Test: EXPERIMENTAL_TARGET_JAVA_VERSION_17=true \
      EXPERIMENTAL_USE_OPENJDK17_TOOLCHAIN=true m
Change-Id: If534878b3880352ca6afea3d0cd5229e98e302bc
parent b284c362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.