summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2018-01-22 13:36:25 -0800
committerAndreas Huber <andih@google.com>2018-01-23 14:30:47 -0800
commit3cf2417ad70d9fba52ddaa731fbf9a14ee8155ac (patch)
treed95f4cded9de569c60c41fc83045240616464925 /ext4_utils
parent7ee2941c42614ffca07d28b2cca04f6a56487f64 (diff)
downloadextras-3cf2417ad70d9fba52ddaa731fbf9a14ee8155ac.tar.gz
Fingerprint data is now stored in one of two ways depending on the
shipping API version: For devices shipped before Android P nothing changes, data is stored under /data/system/users/<user-id>/fpdata/... Devices shipped from now on will instead store fingerprint data under /data/vendor_de/<user-id>/fpdata. Support for /data/vendor_de and /data/vendor_ce has been added to vold. Bug: 36997597 Change-Id: I13b4180d17f544b9616ea738f45fdc481ab0fec1 Test: manually
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/ext4_crypt_init_extensions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/ext4_crypt_init_extensions.cpp b/ext4_utils/ext4_crypt_init_extensions.cpp
index 35a1c219..52030fa8 100644
--- a/ext4_utils/ext4_crypt_init_extensions.cpp
+++ b/ext4_utils/ext4_crypt_init_extensions.cpp
@@ -86,6 +86,7 @@ int e4crypt_set_directory_policy(const char* dir)
"lost+found",
"system_ce", "system_de",
"misc_ce", "misc_de",
+ "vendor_ce", "vendor_de",
"media",
"data", "user", "user_de",
};