mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-02-01 07:58:19 +00:00
Matches Android 14 D1 commit 6d9f5fc6ee46136163be16ec53cc70b4cba02c83 Author: Evgenii Stepanov <eugenis@google.com> Date: Fri Jun 16 16:47:21 2023 -0700 Rename sysprop for MTE mode in system_server. Move the system property that controls MTE mode in system_server out of arm64.memtag.process namespace. Process sysprops affect the MTE mode of any process with the given name; using such property in a product means that any process or test unfortunately named "system_server" would be affected. Bug: 280343521 Test: debuggerd `pidof system_server` | head -30 | grep tagged_addr affected by the new property not affected by the old property Signed-off-by: angelomds42 <angelomds42@gmail.com> Signed-off-by: adi8900 <adrianszymanski242@gmail.com>