summaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-03 09:02:18 -0800
committerElliott Hughes <enh@google.com>2018-12-03 09:02:18 -0800
commit3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0 (patch)
tree649313b64707ccacb27b38e51e509b0d13a15cf5 /debuggerd
parent67fe6f09d571401f5aff8c4ad4f814cb95089366 (diff)
downloadsystem_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.tar.gz
system_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.tar.bz2
system_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.zip
C++17 is the default now.
Test: builds Change-Id: I6814455e9ad2cdcf99ad66de38a3ad0bfb440d80
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp
index 03b328727..d9fae5275 100644
--- a/debuggerd/Android.bp
+++ b/debuggerd/Android.bp
@@ -9,7 +9,6 @@ cc_defaults {
"-Wno-nullability-completeness",
"-Os",
],
- cpp_std: "gnu++17",
local_include_dirs: ["include"],
}