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

Commit 5fa6cb03 authored by Jared Duke's avatar Jared Duke
Browse files

Avoid static protolog dep in WindowManager-Shell

This lib is already bundled in the framework and present in the
bootclasspath. Avoid statically linking into (bundled app) clients
to avoid compile-time and runtime class definition collisions.

Test: m + presubmit
Bug: 215530220
Bug: 222468116
Change-Id: I0db5d7450a2d3f467f08c6fffb3441ee4d16fb0a
parent 24e934c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@ android_library {
        "kotlinx-coroutines-android",
        "kotlinx-coroutines-core",
        "iconloader_base",
        "protolog-lib",
        "WindowManager-Shell-proto",
        "dagger2",
        "jsr330",