Expose AID_KEYSTORE
Keystore uses this as the user ID for keys that it creates for its own use. Bug: 176450483 Test: keystore2_test Change-Id: Ia698912917cd209eebcfc007a8badce7a39159d6
This commit is contained in:
parent
a2b662cf23
commit
8306ab68f7
1 changed files with 2 additions and 1 deletions
|
|
@ -363,8 +363,9 @@ rust_bindgen {
|
|||
local_include_dirs: ["include"],
|
||||
bindgen_flags: [
|
||||
"--whitelist-function", "multiuser_get_app_id",
|
||||
"--whitelist-function", "multiuser_get_user_id",
|
||||
"--whitelist-function", "multiuser_get_uid",
|
||||
"--whitelist-function", "multiuser_get_user_id",
|
||||
"--whitelist-var", "AID_KEYSTORE",
|
||||
"--whitelist-var", "AID_USER_OFFSET",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue