AppZygote: start with the correct instruction set

am: 041f016971

Change-Id: I85ed95566f9cb6d38b02619f47e2efe6ebcf9c61
This commit is contained in:
Lev Rumyantsev
2020-01-21 15:18:34 -08:00
committed by android-build-merger

View File

@@ -21,6 +21,8 @@ import android.util.Log;
import com.android.internal.annotations.GuardedBy; import com.android.internal.annotations.GuardedBy;
import dalvik.system.VMRuntime;
/** /**
* AppZygote is responsible for interfacing with an application-specific zygote. * AppZygote is responsible for interfacing with an application-specific zygote.
* *
@@ -113,7 +115,7 @@ public class AppZygote {
"app_zygote", // seInfo "app_zygote", // seInfo
abi, // abi abi, // abi
abi, // acceptedAbiList abi, // acceptedAbiList
null, // instructionSet VMRuntime.getInstructionSet(abi), // instructionSet
mZygoteUidGidMin, mZygoteUidGidMin,
mZygoteUidGidMax); mZygoteUidGidMax);