diff options
author | Dan Pasanen <dan.pasanen@gmail.com> | 2015-01-28 16:41:29 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-16 06:17:42 -0700 |
commit | 93a0c2a7c03224fc4b71689a7cc57f7b04ffd2a7 (patch) | |
tree | 3f5a2b46cb0f399d2ae3bca1f63682a8c8bd5a34 /init/Android.mk | |
parent | 4e41dec5467470c533f40b1e2d7d482ab27e0260 (diff) | |
download | system_core-93a0c2a7c03224fc4b71689a7cc57f7b04ffd2a7.zip system_core-93a0c2a7c03224fc4b71689a7cc57f7b04ffd2a7.tar.gz system_core-93a0c2a7c03224fc4b71689a7cc57f7b04ffd2a7.tar.bz2 |
fs_mgr: Skip filesystem check unless fs_type matches
* Prevent accidentally destroying a partition of the wrong type.
* Don't skip iterations of the internal mount_all loop, otherwise
encryptability may not be properly handled.
Change-Id: I8f3ddc396a5fb85f4ae0a0a11dd61fb4d6462d6d
Diffstat (limited to 'init/Android.mk')
-rw-r--r-- | init/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Android.mk b/init/Android.mk index de065dc..e6bba11 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -71,6 +71,9 @@ LOCAL_STATIC_LIBRARIES := \ libc \ libselinux \ libmincrypt \ + libext4_utils_static \ + libext2_blkid \ + libext2_uuid \ libc++_static \ libdl \ libsparse_static \ |