| commit | 238e909349812382f26e0ccae2af1f77e049e1a9 | [log] [tgz] |
|---|---|---|
| author | Deyao Ren <deyaoren@google.com> | Thu Jul 21 23:05:13 2022 +0000 |
| committer | Deyao Ren <deyaoren@google.com> | Tue Aug 30 17:31:00 2022 +0000 |
| tree | 552736725c3276c5cad2a52136326b27d0c348c2 | |
| parent | 07595e198c2e1892f60f2ef55fc2dbcbe5282483 [diff] [blame] |
Remove and add service and action during apex load and unload Bug: 232114573 Test: atest CtsInitTestCases ApexTestCases Change-Id: I1f91ada1d44ac2380e2faf8fc25e0a521cc1a826
diff --git a/init/Android.bp b/init/Android.bp index 58f4a9e..6d36945 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -53,6 +53,7 @@ "util.cpp", ] init_device_sources = [ + "apex_init_util.cpp", "block_dev_initializer.cpp", "bootchart.cpp", "builtins.cpp",