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

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

Merge "Expose timestats.proto to the java host library"

parents 15ded34b 8c0f1317
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -30,3 +30,15 @@ cc_library_shared {
        "-Wno-unused-parameter",
    ],
}

// ====  java host library for timestats proto  ===========================
// Note timestats is deprecated and is only used for legacy tests
java_library_host {
    name: "host-timestats-proto",
    srcs: [
        "timestats.proto",
    ],
    proto: {
        type: "full",
    },
}