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/microdroid/Android.bp b/microdroid/Android.bp index a0215c3..4926e2c 100644 --- a/microdroid/Android.bp +++ b/microdroid/Android.bp
@@ -111,6 +111,7 @@ deps: [ "apkdmverity", "authfs", + "authfs_service", "zipfuse", // TODO(b/184872979): Needed by authfs. Remove once the Rust API is created.