Merge changes from topic "revert-1660531-max-boot-level-crypto-KFMCEDKSIV" am: 0da1d617d2 am: 3b7cf575f0

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1665501

Change-Id: I62819572f7c0ffc7fae73ceeebb1992d55bda958
This commit is contained in:
David Anderson 2021-04-06 23:06:28 +00:00 committed by Automerger Merge Worker
commit 6a9b8d0c9b
1 changed files with 1 additions and 2 deletions

View File

@ -363,9 +363,8 @@ rust_bindgen {
local_include_dirs: ["include"],
bindgen_flags: [
"--whitelist-function", "multiuser_get_app_id",
"--whitelist-function", "multiuser_get_uid",
"--whitelist-function", "multiuser_get_user_id",
"--whitelist-var", "AID_KEYSTORE",
"--whitelist-function", "multiuser_get_uid",
"--whitelist-var", "AID_USER_OFFSET",
],
}