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

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

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

* commit 'eb075e28':
  libdiskconfig: Turn on -Werror
parents 6fb1557f eb075e28
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)