Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a1f7cb4 authored by Florian Mayer's avatar Florian Mayer
Browse files

[MTE] fix broken test

Bug: 245624194
Test: make RunSettingsRoboTests ROBOTEST_FILTER=MemtagHelperTest
Change-Id: I71ad79270a5f538bf7a447345aa610c514683fec
parent dbc88743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import org.robolectric.shadows.ShadowSystemProperties;
@RunWith(RobolectricTestRunner.class)
public class MemtagHelperTest {
    private final String mMemtagProperty = "arm64.memtag.bootctl";
    private final String mMemtagSupportedProperty = "ro.arm64.memtag.bootctl_supported";
    private final String mMemtagSupportedProperty = "ro.arm64.memtag.bootctl_settings_toggle";
    private final String mDeviceConfigOverride =
            "persist.device_config.memory_safety_native.bootloader_override";