summaryrefslogtreecommitdiff
path: root/keystore2/aaid
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-19 09:02:41 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-19 09:02:41 -0700
commit915d3eae8769a414fa261e93457a8dbbb0bbe4fd (patch)
tree7d1cefa72df0b855df7ab5fb057f179ea576344a /keystore2/aaid
parentd6ff8bfbcc9adefcaf838e5f2fa7b2184d574c55 (diff)
downloadsecurity-915d3eae8769a414fa261e93457a8dbbb0bbe4fd.tar.gz
Use the new more inclusive command-line options.
Test: Compile Change-Id: I9443541a912a0e9e718650a2349ba540f3f04958
Diffstat (limited to 'keystore2/aaid')
-rw-r--r--keystore2/aaid/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystore2/aaid/Android.bp b/keystore2/aaid/Android.bp
index d27fdf6e..c04ce511 100644
--- a/keystore2/aaid/Android.bp
+++ b/keystore2/aaid/Android.bp
@@ -39,8 +39,8 @@ rust_bindgen {
bindgen_flags: [
"--size_t-is-usize",
- "--whitelist-function=aaid_keystore_attestation_id",
- "--whitelist-var=KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE",
+ "--allowlist-function=aaid_keystore_attestation_id",
+ "--allowlist-var=KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE",
],
}