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

Commit 64f6c46f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace `conlyflags: ["-std=c99"]` by `c_std: "c99"`"

parents 323be368 446bc71d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -35,9 +35,7 @@ cc_defaults {
        // struct BT_HDR is defined as a variable-size header in a struct.
        "-Wno-gnu-variable-sized-type-not-at-end",
    ],
    conlyflags: [
        "-std=c99",
    ],
    c_std: "c99",
    product_variables: {
        debuggable: {
            cflags: [
+1 −3
Original line number Diff line number Diff line
@@ -38,9 +38,7 @@ cc_defaults {
        "-Wno-unused-result",
        "-fvisibility=hidden",
    ],
    conlyflags: [
        "-std=c99",
    ],
    c_std: "c99",
    header_libs: ["jni_headers"],
}

+1 −3
Original line number Diff line number Diff line
@@ -46,9 +46,7 @@ cc_binary {
    static_libs: [
        "async_fd_watcher",
    ],
    conlyflags: [
        "-std=c99",
    ],
    c_std: "c99",
    init_rc: ["android.hardware.bluetooth@1.1-service.btlinux.rc"],
}