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

Commit 6f8cea10 authored by Jared Duke's avatar Jared Duke
Browse files

Avoid redundant deps in view_capture

The perfetto_trace_javastream_protos_jarjar target is already linked
into the framework. As a platform lib, view_capture should reuse it
rather than statically linking a potentially conflicting copy.

Change-Id: Id2764aedcd2745df2a26b8cd30ee7d147a774d3a
Test: m + presubmit
Bug: 222468116
Flag: EXEMPT bugfix
parent c38975df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ android_library {
    static_libs: [
        "androidx.core_core",
        "view_capture_proto",
        "perfetto_trace_javastream_protos_jarjar",
    ],

    srcs: [