commit | 0fbc1d7e3164ddf06899cf01a4538176bb4a9d90 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Nov 09 12:50:14 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Nov 09 12:50:14 2022 +0900 |
tree | 5f49761b0a9699e7a5c621059274ae0b4ef4bbdd | |
parent | b190f3cbe168df775705c2ce24fdbd69a7f15975 [diff] |
Don't unmount APEXes in microdroid In microdroid, APEXes are passed as block devices from host, and then mounted directly, without using /data. Unmounting APEXes on reboot is for clean unmount of /data, so it's not needed in microdroid. This skips unmounting in microdroid to remove unnecessary SELinux denials. Bug: 256793087 Test: run microdroid and reboot, see no denials happen Change-Id: Iaf737876f5ab5de5e8f76ed8bb0963cc25d73a80