Remove all the `cpp_std: "experimental"`s.
None of them are necessary, and it's more intention-revealing to say `c++2a` or whatever anyway. Test: treehugger Change-Id: Ie1df26499d160d6fc757d17fcb0121997bda14f9
This commit is contained in:
parent
3ce24b87a2
commit
9bfd986422
|
@ -74,7 +74,6 @@ init_host_sources = [
|
||||||
|
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
name: "init_defaults",
|
name: "init_defaults",
|
||||||
cpp_std: "experimental",
|
|
||||||
sanitize: {
|
sanitize: {
|
||||||
misc_undefined: ["signed-integer-overflow"],
|
misc_undefined: ["signed-integer-overflow"],
|
||||||
},
|
},
|
||||||
|
@ -336,7 +335,6 @@ genrule {
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "host_init_verifier",
|
name: "host_init_verifier",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
cpp_std: "experimental",
|
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
|
|
@ -8,7 +8,6 @@ cc_library_static {
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
srcs: ["property_info_parser.cpp"],
|
srcs: ["property_info_parser.cpp"],
|
||||||
|
|
||||||
cpp_std: "experimental",
|
|
||||||
cppflags: [
|
cppflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
name: "propertyinfoserializer_defaults",
|
name: "propertyinfoserializer_defaults",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
cpp_std: "experimental",
|
|
||||||
cppflags: [
|
cppflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
|
|
@ -2,7 +2,6 @@ cc_binary {
|
||||||
name: "property_info_checker",
|
name: "property_info_checker",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
static_executable: true,
|
static_executable: true,
|
||||||
cpp_std: "experimental",
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libpropertyinfoserializer",
|
"libpropertyinfoserializer",
|
||||||
"libpropertyinfoparser",
|
"libpropertyinfoparser",
|
||||||
|
|
|
@ -19,7 +19,6 @@ genrule {
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
name: "toolbox_binary_defaults",
|
name: "toolbox_binary_defaults",
|
||||||
defaults: ["toolbox_defaults"],
|
defaults: ["toolbox_defaults"],
|
||||||
cpp_std: "experimental",
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"toolbox.c",
|
"toolbox.c",
|
||||||
"getevent.c",
|
"getevent.c",
|
||||||
|
|
Loading…
Reference in New Issue