summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2016-11-30 11:47:49 -0800
committerYifan Hong <elsk@google.com>2016-11-30 15:45:17 -0800
commitfd46bce1a93d3b4ea8c2f6613575398efa41490a (patch)
treeb4581be31b0dff49670de814e16cae0ad0373a5a /wifi
parent9f518064deffab367c6f23285b1afc8e4097e79d (diff)
downloadplatform_hardware_interfaces-fd46bce1a93d3b4ea8c2f6613575398efa41490a.tar.gz
platform_hardware_interfaces-fd46bce1a93d3b4ea8c2f6613575398efa41490a.tar.bz2
platform_hardware_interfaces-fd46bce1a93d3b4ea8c2f6613575398efa41490a.zip
Wifi: don't require C++11.
C++14 has been officially supported in the build system for a while now. (see b/32019064). Test: pass Change-Id: I328b0bcf9e5c32e209e4efc1ac5b96afdb542a5a
Diffstat (limited to 'wifi')
-rw-r--r--wifi/1.0/default/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/1.0/default/Android.mk b/wifi/1.0/default/Android.mk
index 646613ba32..62d2e0bb04 100644
--- a/wifi/1.0/default/Android.mk
+++ b/wifi/1.0/default/Android.mk
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.wifi@1.0-service
LOCAL_MODULE_RELATIVE_PATH := hw
-LOCAL_CPPFLAGS := -std=c++11 -Wall -Wno-unused-parameter -Werror -Wextra
+LOCAL_CPPFLAGS := -Wall -Wno-unused-parameter -Werror -Wextra
LOCAL_SRC_FILES := \
service.cpp \
wifi.cpp \