AppZygote: start with the correct instruction set
am: 041f016971
Change-Id: I85ed95566f9cb6d38b02619f47e2efe6ebcf9c61
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user