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

Commit 7b6f6c18 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

am: 4bf4ffd0

* commit '4bf4ffd0':
  sensorservice: Strengthen compiler warnings.
parents 0a3ee7f8 4bf4ffd0
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