summaryrefslogtreecommitdiff
path: root/libfscrypt/Android.bp
AgeCommit message (Collapse)Author
2019-08-26Move fscrypt_init_extensions into system/corePaul Crowley
Bug: 140027478 Test: treehugger Change-Id: I296ce6d1272816c237e1ad213fbdef9f6fafb44f
2018-10-25Refactor "ext4 encryption" code into libfscryptEric Biggers
File-based encryption related code no longer belongs in ext4_utils, as it is now used on both ext4 and f2fs, since both filesystems share the same kernel API for encryption. Refactor it into its own library, libfscrypt. Note that the keyring is renamed from "e4crypt" to "fscrypt", which is technically a user-visible change, but as far as I know nothing depends on it other than vold which is being updated too. Test: built, booted device with f2fs encryption Change-Id: I3c302564262412a5d5e672bd213e7cfada5f49cc