Merge "Use -Werror in hardware/qcom/display"

This commit is contained in:
Chih-hung Hsieh 2017-11-07 01:50:04 +00:00 committed by Gerrit Code Review
commit 3066a2f7de
3 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
# limitations under the License.
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/../common.mk
# HAL module implemenation stored in
# hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.board.platform>.so
include $(CLEAR_VARS)

View File

@ -24,4 +24,6 @@ LOCAL_SRC_FILES := TonemapFactory.cpp \
EGLImageWrapper.cpp \
Tonemapper.cpp
LOCAL_CFLAGS += -Werror
include $(BUILD_SHARED_LIBRARY)

View File

@ -26,4 +26,6 @@ LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
LOCAL_CFLAGS += -Wall -Werror
include $(BUILD_SHARED_LIBRARY)