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

am: 8dd21cd6b5

Change-Id: I79e72e3a99c9590fdbaab72507044aa85dfa38ef
This commit is contained in:
Elliott Hughes
2018-12-03 18:05:24 -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 {