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

Commit 2376b4e1 authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "sensorservice: Strengthen compiler warnings." into nyc-dev

parents b706c054 be6dd4e7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LOCAL_SRC_FILES:= \

LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"

LOCAL_CFLAGS += -Wall -Werror
LOCAL_CFLAGS += -Wall -Werror -Wextra

LOCAL_CFLAGS += -fvisibility=hidden

@@ -50,6 +50,8 @@ LOCAL_SHARED_LIBRARIES := \
	libbinder \
	libutils

LOCAL_CFLAGS := -Wall -Werror -Wextra

LOCAL_MODULE_TAGS := optional

LOCAL_MODULE:= sensorservice