summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bce5322d..e9095c40 100644
--- a/Android.bp
+++ b/Android.bp
@@ -333,3 +333,18 @@ cc_test {
"libssl",
],
}
+
+// Utility binary for CMVP on-site testing.
+cc_binary {
+ name: "test_fips",
+ host_supported: false,
+ defaults: [
+ "boringssl_flags",
+ ],
+ shared_libs: [
+ "libcrypto",
+ ],
+ srcs: [
+ "src/util/fipstools/cavp/test_fips.c",
+ ],
+}