Add persistent MTE toggle to development options.
Bug: 245624194 Change-Id: I83283eb74360ec0eccd6b236b42eb987a580ec2c
This commit is contained in:
@@ -25,7 +25,7 @@ import org.robolectric.annotation.Implements;
|
||||
public class ZygoteShadow {
|
||||
private static boolean sSupportsMemoryTagging;
|
||||
|
||||
static void setSupportsMemoryTagging(boolean value) {
|
||||
public static void setSupportsMemoryTagging(boolean value) {
|
||||
sSupportsMemoryTagging = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user