aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:27:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:27:42 +0000
commit19294173909b349d361ee592855425a5bc4196f7 (patch)
tree35eb0e06673e78577a4a35ec32480d44b342565a
parentd9e7a4ca0bd25824579cdd9fe3134368ebd99570 (diff)
parent7375593337e69757aa0dadde0a8610df6184b53b (diff)
downloadlibconstrainedcrypto-19294173909b349d361ee592855425a5bc4196f7.tar.gz
am: 7375593337 Change-Id: I9fc967d86ae8fcf81c18c800e62a0a52476d0bdc
-rw-r--r--test/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 0cd398e..ef4cf19 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -4,10 +4,12 @@ cc_test_host {
name: "constrainedcrypto_rsa_test",
srcs: ["rsa_test.c"],
static_libs: ["libconstrainedcrypto"],
+ cflags: ["-Wall", "-Werror"],
}
cc_test_host {
name: "constrainedcrypto_ecdsa_test",
srcs: ["ecdsa_test.c"],
static_libs: ["libconstrainedcrypto"],
+ cflags: ["-Wall", "-Werror"],
}