Merge "C++17 is the default now."
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ cc_defaults {
|
|||||||
"libdexfile",
|
"libdexfile",
|
||||||
"slicer",
|
"slicer",
|
||||||
],
|
],
|
||||||
cppflags: ["-std=c++17"],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_host_static {
|
cc_library_host_static {
|
||||||
|
|||||||
Reference in New Issue
Block a user