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

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

Change-Id: I8af99bce75b91cfb0a61daef1983fceda153fc83
This commit is contained in:
David Anderson 2021-04-06 22:35:48 +00:00 committed by Automerger Merge Worker
commit 3b7cf575f0
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",
],
}