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

Commit c8179498 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 2f62edf7: Merge "libdiskconfig: Turn on -Werror"

* commit '2f62edf7':
  libdiskconfig: Turn on -Werror
parents 28c30518 2f62edf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ LOCAL_SRC_FILES := $(commonSources)
LOCAL_MODULE := libdiskconfig
LOCAL_MODULE_TAGS := optional
LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc
LOCAL_CFLAGS := -Werror
include $(BUILD_SHARED_LIBRARY)

ifeq ($(HOST_OS),linux)