Merge "Use -Werror in frameworks/base"

am: a29836ad04

Change-Id: Ie76322acc3b471da60a033cfa2474c1039d70339
This commit is contained in:
Chih-hung Hsieh
2017-11-20 21:33:00 +00:00
committed by android-build-merger
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_SRC_FILES := webview_zygote.cpp
LOCAL_CFLAGS := -Wall -Werror
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \ libandroid_runtime \
libbinder \ libbinder \

View File

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