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:
parent
b74ad8ea7e
commit
61d163657a
@ -895,3 +895,6 @@ done
|
|||||||
if [ "$vndk" -le 27 ] && [ -f /vendor/bin/mnld ];then
|
if [ "$vndk" -le 27 ] && [ -f /vendor/bin/mnld ];then
|
||||||
setprop persist.sys.phh.sdk_override /vendor/bin/mnld=26
|
setprop persist.sys.phh.sdk_override /vendor/bin/mnld=26
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Disable secondary watchdogs
|
||||||
|
echo -n V > /dev/watchdog1
|
||||||
|
Loading…
Reference in New Issue
Block a user