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

Commit 0cdac4ad authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ie039ef64d0d307262d0ffe53353747d64c720544
parents 38de36f4 893b3728
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);