diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2018-04-22 07:26:39 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-04-22 07:26:39 +0000 |
| commit | cb08fa676d21fbd54818bc150f292bc4fed32024 (patch) | |
| tree | 7ab17fc85b21f6a3104c7e52b99bf4de09e96df4 /init/builtins.cpp | |
| parent | e734ba4fe5f000a46d20b0c140506d495054d871 (diff) | |
| parent | 564e3581cb72d117f25d2d729af2af922e86e0f1 (diff) | |
Snap for 4736748 from 564e3581cb72d117f25d2d729af2af922e86e0f1 to pi-release
Change-Id: I6cfdd045ba193d17a4c8ec896e799becdb094948
Diffstat (limited to 'init/builtins.cpp')
| -rw-r--r-- | init/builtins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/builtins.cpp b/init/builtins.cpp index acbeca2334..8bd92ccdd3 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp @@ -519,6 +519,7 @@ static Result<Success> queue_fs_event(int code) { if (e4crypt_install_keyring()) { return Error() << "e4crypt_install_keyring() failed"; } + property_set("ro.crypto.state", "encrypted"); property_set("ro.crypto.type", "file"); // Although encrypted, vold has already set the device up, so we do not need to |
