Use -Werror in external/libconstrainedcrypto am: 9508fd1390 am: 8fdf11ce57
am: 7375593337

Change-Id: I9fc967d86ae8fcf81c18c800e62a0a52476d0bdc
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 @@
     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"],
 }