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

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

Merge "Expose timestats device library"

parents acfd35b2 1ef750b2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -42,3 +42,16 @@ java_library_host {
        type: "full",
    },
}

// ====  java device library for timestats proto  ===========================
// Note timestats is deprecated and is only used for legacy tests
java_library {
    name: "timestats-proto",
    srcs: [
        "timestats.proto",
    ],
    proto: {
        type: "lite",
    },
    sdk_version: "current",
}