Merge "Use -Werror in libnativehelper/tests"
am: e70c5c000f

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