Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_core
Commits
065c2706
Commit
065c2706
authored
11 years ago
by
Mark Salyzyn
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "libsuspend: Turn on -Werror"
parents
b05866af
6e60d390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libsuspend/Android.mk
libsuspend/Android.mk
+2
-0
No files found.
libsuspend/Android.mk
View file @
065c2706
...
...
@@ -18,6 +18,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_EXPORT_C_INCLUDE_DIRS
:=
$(LOCAL_PATH)
/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/include
LOCAL_SHARED_LIBRARIES
:=
$(libsuspend_libraries)
LOCAL_CFLAGS
:=
-Werror
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
include
$(BUILD_SHARED_LIBRARY)
...
...
@@ -27,5 +28,6 @@ LOCAL_MODULE := libsuspend
LOCAL_MODULE_TAGS
:=
optional
LOCAL_EXPORT_C_INCLUDE_DIRS
:=
$(LOCAL_PATH)
/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/include
LOCAL_CFLAGS
:=
-Werror
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
include
$(BUILD_STATIC_LIBRARY)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment