diff options
author | Elliott Hughes | 2016-10-10 16:31:12 -0500 |
---|---|---|
committer | Elliott Hughes | 2016-10-10 16:31:12 -0500 |
commit | 36e0d390a2de7d13cdf667d9a7d125f0d66b3107 (patch) | |
tree | b7ae89c6bbe40c5e820b8ddc2e2f073a67794911 /libsync | |
parent | 0d762648d0b9cb29f13f3f8cb7815236078fafbd (diff) | |
download | platform-system-core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.gz platform-system-core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.xz platform-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.bp | 1 |
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 { | |||
34 | "-g", | 34 | "-g", |
35 | "-Wall", | 35 | "-Wall", |
36 | "-Werror", | 36 | "-Werror", |
37 | "-std=gnu++11", | ||
38 | "-Wno-missing-field-initializers", | 37 | "-Wno-missing-field-initializers", |
39 | "-Wno-sign-compare", | 38 | "-Wno-sign-compare", |
40 | ], | 39 | ], |