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

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

Merge "Add dependency on wmshell.protolog.pb to the WindowManager-Shell library" into main

parents d659822b 27506913
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -235,6 +235,10 @@ android_library {
        // *.kt sources are inside a filegroup.
        "kotlin-annotations",
    ],
    required: [
        "wmshell.protolog.json.gz",
        "wmshell.protolog.pb",
    ],
    kotlincflags: ["-Xjvm-default=all"],
    manifest: "AndroidManifest.xml",
    plugins: ["dagger2-compiler"],
+0 −2
Original line number Diff line number Diff line
@@ -1025,7 +1025,5 @@ android_app {
    },
    required: [
        "privapp_whitelist_com.android.systemui",
        "wmshell.protolog.json.gz",
        "wmshell.protolog.pb",
    ],
}