summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-10 14:31:12 -0700
committerElliott Hughes <enh@google.com>2016-10-10 14:31:12 -0700
commit36e0d390a2de7d13cdf667d9a7d125f0d66b3107 (patch)
treeb7ae89c6bbe40c5e820b8ddc2e2f073a67794911 /logcat
parent0d762648d0b9cb29f13f3f8cb7815236078fafbd (diff)
downloadsystem_core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.gz
system_core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.bz2
system_core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.zip
Rely on the platform -std default.
Bug: http://b/32019064 Test: builds Change-Id: I18a1d816d63b64601485045070851f32d44e85eb
Diffstat (limited to 'logcat')
-rw-r--r--logcat/tests/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/logcat/tests/Android.mk b/logcat/tests/Android.mk
index a28664e30..99c2e0a88 100644
--- a/logcat/tests/Android.mk
+++ b/logcat/tests/Android.mk
@@ -25,7 +25,6 @@ test_c_flags := \
-Wall -Wextra \
-Werror \
-fno-builtin \
- -std=gnu++11
# -----------------------------------------------------------------------------
# Benchmarks (actually a gTest where the result code does not matter)