AppZygote: start with the correct instruction set am: 041f016971 am: cbf8e9dd7a

Change-Id: Ic465d3e79dd2a260c6a9dc03d3e703012dad9e9e
This commit is contained in:
Automerger Merge Worker
2020-01-21 23:30:54 +00:00

View File

@@ -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);