diff options
Diffstat (limited to 'aosp/sideload_main.cc')
-rw-r--r-- | aosp/sideload_main.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/aosp/sideload_main.cc b/aosp/sideload_main.cc index 3cbc0c7f..bf015c94 100644 --- a/aosp/sideload_main.cc +++ b/aosp/sideload_main.cc @@ -154,8 +154,11 @@ bool ApplyUpdatePayload(const string& payload, return false; } - UpdateAttempterAndroid update_attempter( - &sideload_daemon_state, &prefs, boot_control.get(), hardware.get()); + UpdateAttempterAndroid update_attempter(&sideload_daemon_state, + &prefs, + boot_control.get(), + hardware.get(), + nullptr); update_attempter.Init(); TEST_AND_RETURN_FALSE(update_attempter.ApplyPayload( |