Disable secondary watchdogs.

AOSP's watchdogd doesn't support multiple watchdogs.
This shouldn't be an issue, since AOSP GSI obviously doesn't support it
and AOSP GSI is part of certification.
HOWEVER, some people use modified kernel/vendors that may break such
assumptions. Anyway we can just disable it.

See https://github.com/phhusson/treble_experimentations/issues/1730#issuecomment-784222396
This commit is contained in:
Pierre-Hugues Husson 2021-02-23 15:00:54 +01:00
parent b74ad8ea7e
commit 61d163657a
1 changed files with 3 additions and 0 deletions

View File

@ -895,3 +895,6 @@ done
if [ "$vndk" -le 27 ] && [ -f /vendor/bin/mnld ];then
setprop persist.sys.phh.sdk_override /vendor/bin/mnld=26
fi
# Disable secondary watchdogs
echo -n V > /dev/watchdog1