Merge "Rename sysprop for MTE mode in system_server." into udc-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f91c79ccb5
@@ -771,7 +771,7 @@ public class ZygoteInit {
|
|||||||
Zygote.applyInvokeWithSystemProperty(parsedArgs);
|
Zygote.applyInvokeWithSystemProperty(parsedArgs);
|
||||||
|
|
||||||
if (Zygote.nativeSupportsMemoryTagging()) {
|
if (Zygote.nativeSupportsMemoryTagging()) {
|
||||||
String mode = SystemProperties.get("arm64.memtag.process.system_server", "");
|
String mode = SystemProperties.get("persist.arm64.memtag.system_server", "");
|
||||||
if (mode.isEmpty()) {
|
if (mode.isEmpty()) {
|
||||||
/* The system server has ASYNC MTE by default, in order to allow
|
/* The system server has ASYNC MTE by default, in order to allow
|
||||||
* system services to specify their own MTE level later, as you
|
* system services to specify their own MTE level later, as you
|
||||||
|
|||||||
Reference in New Issue
Block a user