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/Android.bp b/init/Android.bp index e218d2a..1f2ad2e 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -93,6 +93,7 @@ defaults: ["init_defaults"], srcs: [ "action.cpp", + "action_manager.cpp", "action_parser.cpp", "bootchart.cpp", "builtins.cpp",