Add persistent MTE toggle to development options.

Bug: 245624194
Change-Id: I83283eb74360ec0eccd6b236b42eb987a580ec2c
This commit is contained in:
Florian Mayer
2023-01-27 13:22:54 -08:00
parent 73d7224561
commit 5b93b73df1
16 changed files with 663 additions and 29 deletions

View File

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