commit | 32f20735131e720b8ccca82e38f98c8b97435e20 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Nov 16 11:33:14 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Nov 16 11:34:10 2017 -0800 |
tree | 2444af4a0b7f7382441ea247b28952eba8db15dd | |
parent | 1598a77ca3559c8a59902f26ee887504b8159859 [diff] |
Use -Werror in art/libart_fake Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ic04b16f2441a7694e39ebb9aafe04b2f70053cf5
diff --git a/libart_fake/Android.mk b/libart_fake/Android.mk index ed868a5..96e6a14 100644 --- a/libart_fake/Android.mk +++ b/libart_fake/Android.mk
@@ -22,6 +22,7 @@ LOCAL_SDK_VERSION := 9 LOCAL_CPP_EXTENSION := .cc LOCAL_SRC_FILES := fake.cc +LOCAL_CFLAGS := -Wall -Werror LOCAL_SHARED_LIBRARIES := liblog ifdef TARGET_2ND_ARCH