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

Commit 3270d342 authored by Michael Spang's avatar Michael Spang Committed by android-build-merger
Browse files

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

am: 514b8a3c

Change-Id: I1c11f32584686de225eee03e3ae62097f8be4985
parents 4693f1ef 514b8a3c
Loading
Loading
Loading
Loading
+35 −0
Original line number Original line 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.