libbinder - split out I?ProcessInfoService

Future considerations: once all these interfaces are moved, I'll file
bugs to have corresponding teams convert them to AIDL.

Bug: 183654927
Test: boot
Change-Id: I110034ca0336628efaa80e77929a2314847c36bb
diff --git a/services/camera/libcameraservice/Android.bp b/services/camera/libcameraservice/Android.bp
index 11df5f3..b2d89de 100644
--- a/services/camera/libcameraservice/Android.bp
+++ b/services/camera/libcameraservice/Android.bp
@@ -150,6 +150,7 @@
     ],
 
     static_libs: [
+        "libprocessinfoservice_aidl",
         "libbinderthreadstateutils",
     ],