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

Commit 446bc71d authored by David Duarte's avatar David Duarte
Browse files

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

Bug: 279502784
Change-Id: Idb4641bac55dd9763e7fc4c08d7cae7bf16a7169
parent 6aec0a74
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"],
}