Limit protolog to services.core-sources-am-wm

protolog is applied to window manager and activity manager only in
frameworks/base/services and `argument list too long` may be raised
during compile time if otherwise (eg. applying to the whole
frameworks/base)

Bug: 173335291
Test: m -j && flash device
Change-Id: I68a3ea431717f3d52a62f31baf6b988cb462557d
diff --git a/services/Android.bp b/services/Android.bp
index eb7b72e..1101e2a 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -9,6 +9,7 @@
     name: "services-all-sources",
     srcs: [
         ":services.core-sources",
+        ":services.core-sources-am-wm",
         ":services.accessibility-sources",
         ":services.appprediction-sources",
         ":services.appwidget-sources",