Merge "Use -Werror in libnativehelper/tests" am: e70c5c000f am: 6f67e5d833
am: 23f9c689fd

Change-Id: Ic53e9e8f34c2dc1d13583def028bac8b417ffff8
diff --git a/tests/Android.bp b/tests/Android.bp
index 21d4073..e6cbf5c 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -5,5 +5,6 @@
     test_suites: ["device-tests"],
     host_supported: true,
     srcs: ["JniInvocation_test.cpp"],
+    cflags: ["-Wall", "-Werror"],
     shared_libs: ["libnativehelper"],
 }