Use -Werror in frameworks/base

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Ibfe36a62d9a91b7df813b42e18dafaa58dc8b60d
This commit is contained in:
Chih-Hung Hsieh
2017-11-20 10:57:19 -08:00
parent 2610ad0556
commit 8bb58ed00e
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ LOCAL_MODULE := webview_zygote
LOCAL_SRC_FILES := webview_zygote.cpp
LOCAL_CFLAGS := -Wall -Werror
LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \
libbinder \

View File

@@ -18,6 +18,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libdvr_loader
LOCAL_MODULE_OWNER := google
LOCAL_SRC_FILES := dvr_library_loader.cpp
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_SHARED_LIBRARY)
# Java platform library for vr stuff.