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

Commit 893b3728 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

AppZygote: start with the correct instruction set am: 041f0169 am: cbf8e9dd

Change-Id: Ic465d3e79dd2a260c6a9dc03d3e703012dad9e9e
parents 583cd5a0 cbf8e9dd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ import android.util.Log;

import com.android.internal.annotations.GuardedBy;

import dalvik.system.VMRuntime;

/**
 * AppZygote is responsible for interfacing with an application-specific zygote.
 *
@@ -113,7 +115,7 @@ public class AppZygote {
                    "app_zygote",  // seInfo
                    abi,  // abi
                    abi, // acceptedAbiList
                    null, // instructionSet
                    VMRuntime.getInstructionSet(abi), // instructionSet
                    mZygoteUidGidMin,
                    mZygoteUidGidMax);