Add dependency on wmshell.protolog.pb to the WindowManager-Shell library
Instead of relying on including this file with all the different build rules for SysUI which was causing problems on android go and wear due to missing the dependency.
Flag: EXEMPT updating build rules
Bug: 352538294
Change-Id: If9f112c1134f6c4ed231282f79e313e0755b8e37
diff --git a/libs/WindowManager/Shell/Android.bp b/libs/WindowManager/Shell/Android.bp
index a00d003..e6cb3a0 100644
--- a/libs/WindowManager/Shell/Android.bp
+++ b/libs/WindowManager/Shell/Android.bp
@@ -235,6 +235,10 @@
// *.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"],