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

Commit 154defa6 authored by Fan Xu's avatar Fan Xu Committed by Android (Google) Code Review
Browse files

Merge "Fix BufferHubMetadata_test build on oc branch"

parents a7cb2e6c aea8e5e5
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -74,7 +74,12 @@ cc_test {
cc_test {
    name: "BufferHubMetadata_test",
    header_libs: ["libbufferhub_headers", "libdvr_headers"],
    shared_libs: ["libpdx_default_transport", "libui", "libutils"],
    shared_libs: [
        "libbase",
        "libpdx_default_transport",
        "libui",
        "libutils",
    ],
    srcs: ["BufferHubMetadata_test.cpp"],
    cflags: ["-Wall", "-Werror"],
}