diff options
Diffstat (limited to 'fastbootd/fastbootd.c')
| -rw-r--r-- | fastbootd/fastbootd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastbootd/fastbootd.c b/fastbootd/fastbootd.c index 98df0db..90b9ef9 100644 --- a/fastbootd/fastbootd.c +++ b/fastbootd/fastbootd.c @@ -20,6 +20,7 @@ #include <cutils/klog.h> #include "debug.h" +#include "trigger.h" unsigned int debug_level = DEBUG; @@ -36,6 +37,7 @@ int main(int argc, char **argv) klog_set_level(6); config_init(); + load_trigger(); commands_init(); usb_init(); while (1) { |
