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

Commit d44e1b60 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "SDK_INT is not "current" on unreleased builds."

parents 503f5301 2455efeb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -518,10 +518,6 @@ class ZygoteConnection {
                        "--runtime-init and -classpath are incompatible");
            }

            if (!targetSdkVersionSpecified) {
                targetSdkVersion = Build.VERSION.SDK_INT;
            }

            remainingArgs = new String[args.length - curArg];

            System.arraycopy(args, curArg, remainingArgs, 0,