Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75714dff authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chih-hung Hsieh
Browse files

Use -Werror in hardware/interfaces/automotive/vehicle

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I6a9233b4a2df7b6403dbabffb75cc4905d3da887
Merged-In: I851c9b2ff956b0f6d9d7a6076d495aad9038a66a
parent 6a5daf8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ LOCAL_SRC_FILES := \
    common/src/VehiclePropertyStore.cpp \
    common/src/VehicleUtils.cpp \

LOCAL_CFLAGS := -Wall -Werror

LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/common/include/vhal_v2_0

@@ -53,6 +55,8 @@ LOCAL_SRC_FILES := \
    common/src/VehiclePropertyStore.cpp \
    common/src/VehicleUtils.cpp \

LOCAL_CFLAGS := -Wall -Werror

LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/common/include/vhal_v2_0

+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ LOCAL_MODULE := $(vhal_v2_1)-manager-lib
LOCAL_SRC_FILES := \
    common/src/Obd2SensorStore.cpp

LOCAL_CFLAGS := -Wall -Werror

LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/common/include/vhal_v2_1 \
    $(LOCAL_PATH)/../../2.0/default/common/include/vhal_v2_0 \