commit | 1642dc6860489ed474135aa5bf925e9ec0ed8490 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Nov 07 11:25:06 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Nov 07 11:32:00 2017 -0800 |
tree | c4cb7114208f3d813f2d914aa6ec62eb52a72bc3 | |
parent | 5be02d66ed26c2938cf179ed625057d225ab38c8 [diff] [blame] |
Use -Werror in frameworks/native/cmds * Remove unused variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ifde10b651abbdb2ab1e236ebe47e25bf6c4c9b23
diff --git a/cmds/flatland/Android.mk b/cmds/flatland/Android.mk index c295167..7aa111c 100644 --- a/cmds/flatland/Android.mk +++ b/cmds/flatland/Android.mk
@@ -8,6 +8,8 @@ Renderers.cpp \ Main.cpp \ +LOCAL_CFLAGS := -Wall -Werror + LOCAL_MODULE:= flatland LOCAL_MODULE_TAGS := tests