commit | 7fd3bc27eccdcb11de4886bdda05cd26a8d8af5c | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Feb 13 15:36:14 2018 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Wed Feb 14 16:37:09 2018 -0800 |
tree | 4235be71596d436217a6e4f3abff105472cf91ad | |
parent | 0f6417f232e92aad0d712ab1b131c0829869cddd [diff] [blame] |
Move ActionManager to its own file Bug: 36970783 Test: build Change-Id: I08fa39052236b462249f79de1d02bf02bdbf4c84
diff --git a/init/builtins.cpp b/init/builtins.cpp index be259c2..5d924b1 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp
@@ -58,7 +58,7 @@ #include <selinux/selinux.h> #include <system/thread_defs.h> -#include "action.h" +#include "action_manager.h" #include "bootchart.h" #include "init.h" #include "parser.h"