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

Commit cbf8e9dd authored by Lev Rumyantsev's avatar Lev Rumyantsev Committed by android-build-merger
Browse files

AppZygote: start with the correct instruction set

am: 041f0169

Change-Id: I85ed95566f9cb6d38b02619f47e2efe6ebcf9c61
parents 448900bb 041f0169
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);