MTK doesn't want their devices to boot non-Google GSIs from the **same** month with the **same** version. Co-authored-by: Pierre-Hugues Husson <phh@phh.me>
7 lines
220 B
Text
7 lines
220 B
Text
# Access to fake keymaster SPL/Android version props -- from TrebleDroid
|
|
get_prop(hal_keymaster, default_prop);
|
|
get_prop(tee, default_prop);
|
|
|
|
get_prop(hal_keymaster, system_prop);
|
|
|
|
get_prop(hal_gatekeeper, system_prop);
|