Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8306ab68 authored by Paul Crowley's avatar Paul Crowley
Browse files

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
parent a2b662cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",
    ],
}