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

Commit 1ef750b2 authored by Johanne Demetria's avatar Johanne Demetria
Browse files

Expose timestats device library

This is needed to be cherry-picked into rvc-tv-dev
for device-side parsing of timestats in TVTS.

Bug: 175727771
Change-Id: I742476772c45c7602ba5b330d0874da7353500f4
Test: Add timestats-proto to an Android.mk file
Test: which is used to build the java file referencing
Test: the timestats.proto
Test: Used in whole PoC ag/13148066
Test: Confirm the parsing works.
parent adfede47
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",
}