Merge "C++17 is the default now." am: fbb102ea84

am: ccb3d1d61a

Change-Id: I9d422db18f2c87c5f44e8f6e3598d6e597b32c21
This commit is contained in:
Elliott Hughes
2018-12-03 17:46:41 -08:00
committed by android-build-merger
3 changed files with 0 additions and 4 deletions

View File

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

View File

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

View File

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