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_netd
Commits
f625bd89
Commit
f625bd89
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Download
Plain Diff
Merge "Rely on the platform -std default."
parents
b89daa5c
bd3ed5fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
client/Android.mk
client/Android.mk
+1
-1
server/Android.mk
server/Android.mk
+1
-1
No files found.
client/Android.mk
View file @
f625bd89
...
...
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_C_INCLUDES
:=
bionic/libc/dns/include system/netd/include
LOCAL_CLANG
:=
true
LOCAL_CPPFLAGS
:=
-std
=
c++11
-Wall
-Werror
LOCAL_CPPFLAGS
:=
-Wall
-Werror
LOCAL_MODULE
:=
libnetd_client
LOCAL_SRC_FILES
:=
FwmarkClient.cpp NetdClient.cpp
...
...
This diff is collapsed.
Click to expand it.
server/Android.mk
View file @
f625bd89
...
...
@@ -46,7 +46,7 @@ LOCAL_C_INCLUDES := \
system/netd/include
\
LOCAL_CLANG
:=
true
LOCAL_CPPFLAGS
:=
-std
=
c++11
-Wall
-Werror
LOCAL_CPPFLAGS
:=
-Wall
-Werror
LOCAL_MODULE
:=
netd
# Bug: http://b/29823425 Disable -Wvarargs for Clang update to r271374
...
...
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