commit | d71801885513b5e05a4e5cca234c27e5353a7d3b | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Oct 18 15:08:08 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Oct 18 16:55:15 2017 -0700 |
tree | 1577ae75032e4b17443365246c88aa894e8efb36 | |
parent | affe1cfae8d536f0d2c7897f15a43046877b0a2a [diff] [blame] |
Use -Werror in cts/.../Anroid.mk * Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ic599c9e11ea4f991b7e60930c891a6d736623b39
diff --git a/hostsidetests/abioverride/app/jni/Android.mk b/hostsidetests/abioverride/app/jni/Android.mk index c500100..d806a2c 100644 --- a/hostsidetests/abioverride/app/jni/Android.mk +++ b/hostsidetests/abioverride/app/jni/Android.mk
@@ -26,7 +26,7 @@ LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) # Ignore unused parameters. -LOCAL_CFLAGS += -Wno-unused-parameter +LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter LOCAL_SHARED_LIBRARIES := libnativehelper_compat_libc++ liblog libdl LOCAL_CXX_STL := none