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

Commit e5c34974 authored by Michael Spang's avatar Michael Spang
Browse files

Import broadcast_ring.h from GVR

This will be used as a transport by the pose plumbing.

Bug: 37102512
Test: m -j32 broadcast_ring_tests; broadcast_ring_tests

Change-Id: I8122b98d9cc5fc9f148bbe9a823b17ac9d7a5626
parent 99dfb8a6
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "libbroadcastring",
    host_supported: true,
    clang: true,
    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
    ],
    export_include_dirs: ["include"],
    shared_libs: [
        "libbase",
    ],
    export_shared_lib_headers: [
        "libbase",
    ],
}

cc_test {
    name: "broadcast_ring_tests",
    host_supported: true,
    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.