summaryrefslogtreecommitdiff
path: root/keystore2/src/crypto/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'keystore2/src/crypto/Android.bp')
-rw-r--r--keystore2/src/crypto/Android.bp14
1 files changed, 0 insertions, 14 deletions
diff --git a/keystore2/src/crypto/Android.bp b/keystore2/src/crypto/Android.bp
index c3f6f3c8..3ba47cd3 100644
--- a/keystore2/src/crypto/Android.bp
+++ b/keystore2/src/crypto/Android.bp
@@ -35,7 +35,6 @@ rust_library {
"libkeystore2_crypto",
"libcrypto",
],
- vendor_available: true,
}
cc_library {
@@ -49,7 +48,6 @@ cc_library {
"libcrypto",
"liblog",
],
- vendor_available: true,
}
rust_bindgen {
@@ -58,11 +56,9 @@ rust_bindgen {
crate_name: "keystore2_crypto_bindgen",
source_stem: "bindings",
host_supported: true,
- vendor_available: true,
shared_libs: ["libcrypto"],
bindgen_flags: [
"--size_t-is-usize",
- "--allowlist-function", "hmacSha256",
"--allowlist-function", "randomBytes",
"--allowlist-function", "AES_gcm_encrypt",
"--allowlist-function", "AES_gcm_decrypt",
@@ -129,13 +125,3 @@ cc_test {
"libcrypto",
],
}
-
-rust_test {
- name: "libkeystore2_crypto_bindgen_test",
- srcs: [":libkeystore2_crypto_bindgen"],
- crate_name: "keystore2_crypto_bindgen_test",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- clippy_lints: "none",
- lints: "none",
-}