aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-07 17:30:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-07 17:30:50 +0000
commit8c2e9406efe2a0069863885dbe93b51c81ae8345 (patch)
treedc47e2c589efe527857a3beb4119c1cc4f7592ad
parentc7f8138e3f98f195af6c8735b9bc41e72154ae9f (diff)
parent9ee9d331fbbbfb4b80a95d324118a0ec9bb74611 (diff)
downloadplatform_external_Microsoft-GSL-8c2e9406efe2a0069863885dbe93b51c81ae8345.tar.gz
platform_external_Microsoft-GSL-8c2e9406efe2a0069863885dbe93b51c81ae8345.tar.bz2
platform_external_Microsoft-GSL-8c2e9406efe2a0069863885dbe93b51c81ae8345.zip
Use -Werror in external/Microsoft-GSL am: fd31217fe1
am: 9ee9d331fb Change-Id: I1b971dfe48068f6425a009ba1c87b688e5f99386
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a8538b2..2909031 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@ cc_library_static {
name: "libgsl",
host_supported: true,
export_include_dirs: ["include"],
+ cflags: ["-Wall", "-Werror"],
}
// Tests pending approval of external/Microsoft-unittest-cpp: http://b/32512867