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
af774989
Commit
af774989
authored
11 years ago
by
Mark Salyzyn
Browse files
Options
Download
Email Patches
Plain Diff
libsync: Turn on -Werror
Change-Id: Ie34f935694034a069e844be64d6011eb9e3f9869
parent
249c26de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libsync/Android.mk
libsync/Android.mk
+2
-0
No files found.
libsync/Android.mk
View file @
af774989
...
...
@@ -7,6 +7,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES
:=
liblog
LOCAL_C_INCLUDES
:=
$(LOCAL_PATH)
/include
LOCAL_EXPORT_C_INCLUDE_DIRS
:=
$(LOCAL_PATH)
/include
LOCAL_CFLAGS
:=
-Werror
include
$(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
...
...
@@ -15,4 +16,5 @@ LOCAL_MODULE := sync_test
LOCAL_MODULE_TAGS
:=
optional tests
LOCAL_SHARED_LIBRARIES
:=
liblog
LOCAL_C_INCLUDES
:=
$(LOCAL_PATH)
/include
LOCAL_CFLAGS
:=
-Werror
include
$(BUILD_EXECUTABLE)
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