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

Commit 4bf4ffd0 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

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

am: 2376b4e1

* commit '2376b4e1':
  sensorservice: Strengthen compiler warnings.
parents b5d446ff 2376b4e1
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