aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-01-26 15:24:02 -0800
committerElliott Hughes <enh@google.com>2018-01-26 15:24:02 -0800
commit52eee655323f7daabb36ad6696a3935ee0e180c6 (patch)
treeaeb601f8520220be0e38d402261dd245b31053df
parentf49bc923121590430d36523702294b2eda478982 (diff)
downloadvixl-52eee655323f7daabb36ad6696a3935ee0e180c6.tar.gz
The platform already defaults to C++14.
Bug: http://b/32019064 Test: builds Change-Id: Id7da386b368ee23950f2cdb312df7440cee3eccf
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e79c4213..8f1c4ae4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,7 +68,6 @@ cc_defaults {
"-Wunreachable-code",
"-Wmissing-noreturn",
"-pedantic",
- "-std=c++11",
// Explicitly enable the write-strings warning. VIXL uses
// const correctly when handling string constants.