commit | 8696a5d11b6613e4b205e124599d7d1d9df3f4fc | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Jun 10 23:50:02 2020 -0700 |
committer | David Anderson <dvander@google.com> | Thu Jun 18 11:51:01 2020 -0700 |
tree | e2dee8370d8e5691cf3c574d3fa6df3093d566c6 | |
parent | 1e03ef5ac9c43f424b63367b7ab2db8a4e7448ae [diff] [blame] |
remount: Do not allow remounting during checkpoints. Bug: 157540389 Test: manual test Change-Id: I5931a583e48ddac05f319629ae2f7f5f0f6cf032
diff --git a/fs_mgr/Android.bp b/fs_mgr/Android.bp index f5daf91..cd64599 100644 --- a/fs_mgr/Android.bp +++ b/fs_mgr/Android.bp
@@ -162,10 +162,13 @@ defaults: ["fs_mgr_defaults"], static_libs: [ "libavb_user", + "libutils", + "libvold_binder", ], shared_libs: [ "libbootloader_message", "libbase", + "libbinder", "libcutils", "libcrypto", "libext4_utils",