summaryrefslogtreecommitdiffstats
path: root/libsync
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 /libsync
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 'libsync')
-rw-r--r--libsync/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsync/Android.bp b/libsync/Android.bp
index 4948aa524..a4e55992c 100644
--- a/libsync/Android.bp
+++ b/libsync/Android.bp
@@ -34,7 +34,6 @@ cc_test {
"-g",
"-Wall",
"-Werror",
- "-std=gnu++11",
"-Wno-missing-field-initializers",
"-Wno-sign-compare",
],