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

Commit afe7df1a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Import broadcast_ring.h from GVR (reland)" into oc-dev

parents 4df42025 aacc1fce
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "libbroadcastring",
    clang: true,
    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
    ],
    export_include_dirs: ["include"],
    shared_libs: [
        "libbase",
    ],
    export_shared_lib_headers: [
        "libbase",
    ],
}

cc_test {
    name: "broadcast_ring_tests",
    clang: true,
    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
    ],
    srcs: [
        "broadcast_ring_test.cc",
    ],
    static_libs: [
        "libbroadcastring",
    ],
    shared_libs: [
        "libbase",
    ],
}
+866 −0

File added.

Preview size limit exceeded, changes collapsed.

+668 −0

File added.

Preview size limit exceeded, changes collapsed.