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

Commit 2455efeb authored by Elliott Hughes's avatar Elliott Hughes
Browse files

SDK_INT is not "current" on unreleased builds.

This change (in combination with a dalvik change) ensures that system_server
doesn't run with JNI app workarounds turned on.

Bug: 4772166
Change-Id: Ia015aa56b5684a176de3c123e8aec7f35e7ecac5
parent e1dfcb7a
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,