commit | 8bb67b66f704cbcc817e1eb6d215b7727d1f901d | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Aug 04 12:10:58 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Aug 06 14:45:45 2021 -0700 |
tree | b05f9d8d9e524f3a80e53d7b78077097dbbce7bd | |
parent | 6932ee02a6935d88c9e4f3a9a35bf300b882bae5 [diff] [blame] |
Start authfs_service during boot on microdroid Bug: 194717985 Test: see the service starts on boot Test: MicrodroidHostTestCases Change-Id: Ia91cf6d8316bfd95ba3a0ea1fb45c64422c2f85f
diff --git a/authfs/service/Android.bp b/authfs/service/Android.bp index 3f3a0c3..943db35 100644 --- a/authfs/service/Android.bp +++ b/authfs/service/Android.bp
@@ -19,4 +19,5 @@ "libshared_child", ], prefer_rlib: true, + init_rc: ["authfs_service.rc"], }