Merge "C++17 is the default now."

This commit is contained in:
Treehugger Robot
2018-12-04 01:14:30 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ cc_library_shared {
], ],
cppflags: ["-Wno-conversion-null"], cppflags: ["-Wno-conversion-null"],
cpp_std: "c++17",
srcs: [ srcs: [
"AndroidRuntime.cpp", "AndroidRuntime.cpp",

View File

@@ -9,8 +9,6 @@ cc_defaults {
"hwui_lto", "hwui_lto",
], ],
cpp_std: "c++17",
cflags: [ cflags: [
"-DEGL_EGLEXT_PROTOTYPES", "-DEGL_EGLEXT_PROTOTYPES",
"-DGL_GLEXT_PROTOTYPES", "-DGL_GLEXT_PROTOTYPES",

View File

@@ -24,7 +24,6 @@ cc_defaults {
"libdexfile", "libdexfile",
"slicer", "slicer",
], ],
cppflags: ["-std=c++17"],
} }
cc_library_host_static { cc_library_host_static {