summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-03 13:36:00 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-03 13:36:00 -0800
commit7a4d581a10d17014488c2c9c3c9326f93c58431e (patch)
treecf70cf21e723430fa4d1c08af7746ec3aa6f8354
parentc50e7a935266b4e3971a5599bcba4055c9e664ac (diff)
parent45229e411c27086b86787ff7aed2cd6828cd67a6 (diff)
downloadiorap-7a4d581a10d17014488c2c9c3c9326f93c58431e.tar.gz
C++17 is the default now.
am: 45229e411c Change-Id: I90554720ca1b1f6a80dc628e374c1b21b20f40a2
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 82bb7bd..c81e41c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,7 +49,6 @@ cc_defaults {
clang: true,
shared_libs: ["libbase"],
- cpp_std: "c++17",
}
cc_defaults {