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

Commit 54b2e5e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Treat warnings as errors in VHAL unit test"

parents 5c570eee ff89b0ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ LOCAL_SHARED_LIBRARIES := \
    libutils \
    $(vhal_v2_0) \

LOCAL_CFLAGS += -Wall -Wextra
LOCAL_CFLAGS += -Wall -Wextra -Werror
LOCAL_MODULE_TAGS := tests

include $(BUILD_NATIVE_TEST)