summaryrefslogtreecommitdiffstats
path: root/libnativeloader
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 /libnativeloader
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 'libnativeloader')
-rw-r--r--libnativeloader/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp
index b4a69bcfc..30531bcbd 100644
--- a/libnativeloader/Android.bp
+++ b/libnativeloader/Android.bp
@@ -24,7 +24,6 @@ cc_library {
"-Wall",
],
cppflags: [
- "-std=gnu++14",
"-fvisibility=hidden",
],
export_include_dirs: ["include"],