Merge "Use the new more inclusive command-line options." am: 661ba03bd6
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1679789 Change-Id: I0804a6e12b590f18a9b3253253ea1d6f19c1e65b
This commit is contained in:
commit
86ab07a8d2
1 changed files with 5 additions and 5 deletions
|
|
@ -362,10 +362,10 @@ rust_bindgen {
|
|||
source_stem: "bindings",
|
||||
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-var", "AID_USER_OFFSET",
|
||||
"--allowlist-function", "multiuser_get_app_id",
|
||||
"--allowlist-function", "multiuser_get_uid",
|
||||
"--allowlist-function", "multiuser_get_user_id",
|
||||
"--allowlist-var", "AID_KEYSTORE",
|
||||
"--allowlist-var", "AID_USER_OFFSET",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue