diff options
author | Elliott Hughes <enh@google.com> | 2018-12-03 09:38:35 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-12-03 09:38:35 -0800 |
commit | 60a42ccac53682b9cd7cea63f1c8a4525b44d331 (patch) | |
tree | deee9ff6fa4c994518917dc4e109ace1e10567ca /startop/view_compiler | |
parent | e7753e084fc668642aae74ec05af62f03a2688e7 (diff) |
C++17 is the default now.
Test: builds
Change-Id: I64495775afe4ded7d3312cc35a154fecba64adc3
Diffstat (limited to 'startop/view_compiler')
-rw-r--r-- | startop/view_compiler/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index 0c40a6b5fa84..de40e0df48e7 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -24,7 +24,6 @@ cc_defaults { "libdexfile", "slicer", ], - cppflags: ["-std=c++17"], } cc_library_host_static { |