summaryrefslogtreecommitdiff
path: root/keystore2/aaid
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-23 13:47:37 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-23 13:47:37 -0700
commit733d1d0a8bdff8656604584f99fea5b0db2c09c6 (patch)
tree01b69dc11d429d0f321933fc859bd4fedb757389 /keystore2/aaid
parentc134962fae3d7316ee4bb8fe6ab99a14d3a3e687 (diff)
downloadsecurity-733d1d0a8bdff8656604584f99fea5b0db2c09c6.tar.gz
Add bindgen bindings test
Note that some of these are currently no-op tests that do nothing. But this makes them future proof in case we add more later. Test: atest Change-Id: I22914e36568d5808ab60541354e5585a1aeebd44
Diffstat (limited to 'keystore2/aaid')
-rw-r--r--keystore2/aaid/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/keystore2/aaid/Android.bp b/keystore2/aaid/Android.bp
index c04ce511..3417960d 100644
--- a/keystore2/aaid/Android.bp
+++ b/keystore2/aaid/Android.bp
@@ -57,3 +57,13 @@ rust_library {
"libkeystore2_aaid",
],
}
+
+rust_test {
+ name: "libkeystore2_aaid_bindgen_test",
+ srcs: [":libkeystore2_aaid_bindgen"],
+ crate_name: "keystore2_aaid_bindgen_test",
+ test_suites: ["general-tests"],
+ auto_gen_config: true,
+ clippy_lints: "none",
+ lints: "none",
+}