commit | f9c6acbed20fce4b0c80fb92dcdb63b2f74b63b4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 11 15:41:46 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 11 15:41:46 2018 -0700 |
tree | c3451e3674ec462b83cbc84deabe397fbcdefaa7 | |
parent | 8b8ce408fb1d6183dbe1aa1ffa560a7fce17ba18 [diff] |
C++14 is the default now. Bug: http://b/32019064 Test: builds Change-Id: I69c4e2e3764601e538c1d3f3da6b1fdd1bc44d8a
diff --git a/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp index b55fa27..a888e6f 100644 --- a/vulkan/libvulkan/Android.bp +++ b/vulkan/libvulkan/Android.bp
@@ -43,7 +43,6 @@ ], cppflags: [ - "-std=c++14", "-Wno-c99-extensions", "-Wno-c++98-compat-pedantic", "-Wno-exit-time-destructors",