commit | bdcd8907761d545904eb708988c83019b870ea02 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Oct 23 13:10:33 2018 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Thu Oct 25 17:10:15 2018 -0700 |
tree | 7b96c9cdd3d22731dd20c7991c3c3eae70c85597 | |
parent | 776fc9e6ebc8129f8d6a7774232705bd7924ca05 [diff] |
init: use libfscrypt for file-based encryption setup The file-based encryption setup code is being refactored into its own library because it applies to both ext4 and f2fs, not just ext4. Update init to use the new location. For fs_mgr, just remove the include of ext4_crypt_init_extensions.h since it was unneeded. Test: built, booted device with f2fs encryption Change-Id: I392a763e3349f001bdbc09eb9ca975aa3451fd68