summaryrefslogtreecommitdiffstats
path: root/libnativebridge/Android.bp
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 /libnativebridge/Android.bp
parent0d762648d0b9cb29f13f3f8cb7815236078fafbd (diff)
downloadcore-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.gz
core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.bz2
core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.zip
Rely on the platform -std default.
Bug: http://b/32019064 Test: builds Change-Id: I18a1d816d63b64601485045070851f32d44e85eb
Diffstat (limited to 'libnativebridge/Android.bp')
-rw-r--r--libnativebridge/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnativebridge/Android.bp b/libnativebridge/Android.bp
index 598dfcdc9..5fb56f2d0 100644
--- a/libnativebridge/Android.bp
+++ b/libnativebridge/Android.bp
@@ -12,7 +12,6 @@ cc_library {
"-Wall",
],
cppflags: [
- "-std=gnu++11",
"-fvisibility=protected",
],