commit | 2048a2865cfa1f8c794b94eb044854f130943f9c | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Jun 15 09:59:43 2017 -0600 |
committer | Paul Crowley <paulcrowley@google.com> | Fri Oct 27 15:14:56 2017 -0700 |
tree | e2e1352ee2c8e34eb2d6cbc9bf2a8d5ac5e1329b | |
parent | 2d64b91823ee820204330d7f9daa4d79c41c436c [diff] [blame] |
Test that plaintext can't be read from disk for encrypted files. Bug: 36029169 Test: tested by hand on Taimen Change-Id: I5717a8630bb2c8d8fe5c343d519c4e59862ecbdf
diff --git a/Android.bp b/Android.bp index 8827d25..4432153 100644 --- a/Android.bp +++ b/Android.bp
@@ -91,9 +91,11 @@ srcs: [ "Benchmark.cpp", + "CheckEncryption.cpp", "Devmapper.cpp", "EncryptInplace.cpp", "Ext4Crypt.cpp", + "FileDeviceUtils.cpp", "IdleMaint.cpp", "KeyBuffer.cpp", "KeyStorage.cpp",