aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:18:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:18:48 +0000
commit8fdf11ce575df32049ce5be752d5bee50ae11d07 (patch)
tree35eb0e06673e78577a4a35ec32480d44b342565a
parentd9e7a4ca0bd25824579cdd9fe3134368ebd99570 (diff)
parent9508fd1390ddb34c0c8628ef829aa093b651c054 (diff)
downloadlibconstrainedcrypto-8fdf11ce575df32049ce5be752d5bee50ae11d07.tar.gz
Use -Werror in external/libconstrainedcryptoandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 9508fd1390 Change-Id: I0f0af5dabe49081bd187c7ffb560bec615a4e297
-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"],
}