1 // Copyright 2013 The Android Open Source Project 2 3 cc_test_host { 4 name: "constrainedcrypto_rsa_test", 5 srcs: ["rsa_test.c"], 6 static_libs: ["libconstrainedcrypto"], 7 cflags: ["-Wall", "-Werror"], 8 } 9 10 cc_test_host { 11 name: "constrainedcrypto_ecdsa_test", 12 srcs: ["ecdsa_test.c"], 13 static_libs: ["libconstrainedcrypto"], 14 cflags: ["-Wall", "-Werror"], 15 } 16