Merge "Remove needless bootloader_prop rule"

This commit is contained in:
Treehugger Robot 2022-02-17 15:51:31 +00:00 committed by Gerrit Code Review
commit 92ec679578

View file

@ -65,11 +65,6 @@ get_prop(microdroid_manager, apex_config_prop)
# Allow microdroid_manager to pass the roothash to apkdmverity
set_prop(microdroid_manager, microdroid_manager_roothash_prop)
# Allow microdroid_manager to read sysprops from bootconfigs. It will use the
# sysprops to decide whether services required for debugging (adbd, logd, etc.)
# need to be started or not.
get_prop(microdroid_manager, bootloader_prop)
# Allow microdroid_manager to shutdown the device when verification fails
set_prop(microdroid_manager, powerctl_prop)