Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa494318 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Remove all the `cpp_std: "experimental"`s." am: cb1c7835

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1575483

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9ff0cf661299be72aacbf0d1ac0a4a35e7106444
parents 2c57882f cb1c7835
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ init_host_sources = [

cc_defaults {
    name: "init_defaults",
    cpp_std: "experimental",
    sanitize: {
        misc_undefined: ["signed-integer-overflow"],
    },
@@ -336,7 +335,6 @@ genrule {
cc_binary {
    name: "host_init_verifier",
    host_supported: true,
    cpp_std: "experimental",
    cflags: [
        "-Wall",
        "-Wextra",
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ cc_library_static {
    native_bridge_supported: true,
    srcs: ["property_info_parser.cpp"],

    cpp_std: "experimental",
    cppflags: [
        "-Wall",
        "-Wextra",
+0 −1
Original line number Diff line number Diff line
cc_defaults {
    name: "propertyinfoserializer_defaults",
    host_supported: true,
    cpp_std: "experimental",
    cppflags: [
        "-Wall",
        "-Wextra",
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ cc_binary {
    name: "property_info_checker",
    host_supported: true,
    static_executable: true,
    cpp_std: "experimental",
    static_libs: [
        "libpropertyinfoserializer",
        "libpropertyinfoparser",
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ genrule {
cc_defaults {
    name: "toolbox_binary_defaults",
    defaults: ["toolbox_defaults"],
    cpp_std: "experimental",
    srcs: [
        "toolbox.c",
        "getevent.c",