commit | d8f032ee935539253239d76d9dd5725f549d213e | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Mar 20 19:38:28 2020 -0700 |
committer | David Anderson <dvander@google.com> | Thu Mar 26 17:25:49 2020 -0700 |
tree | 04f9a45fb2c1bfa707db0561d4d1c856707e4260 | |
parent | 620e5d48db380dd58ef81adedcbeca3555032f80 [diff] [blame] |
init: Factor out first-stage uevent handling into a separate class. This will make it possible to re-use in second-stage init. Bug: 150315914 Test: first-stage init boots Change-Id: I6a0f13d5c71ab5529a76751f68ac0f15834323d1 Merged-In: I6a0f13d5c71ab5529a76751f68ac0f15834323d1
diff --git a/init/Android.bp b/init/Android.bp index d2bdf98..9053c39 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -36,6 +36,7 @@ "util.cpp", ] init_device_sources = [ + "block_dev_initializer.cpp", "bootchart.cpp", "builtins.cpp", "devices.cpp",