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

Commit c1a1adee authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Use -Werror in frameworks/native/services/sensorservice

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I4a952b80af04f68e64b30a00c2c6cc43336d3f44
parent 0f897ac6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
LOCAL_SRC_FILES:= \
	sensorservicetest.cpp
	sensorservicetest.cpp


LOCAL_CFLAGS := -Wall -Werror

LOCAL_SHARED_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
	libutils libsensor libandroid
	libutils libsensor libandroid