Commit bd3ed5fd authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Rely on the platform -std default.

Bug: http://b/32019064
Test: builds
Change-Id: I917cddbb456f3d6fbefa3617844bb2af59a0d3a8
parent b89daa5c
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment