libbinder: defork internal Android.bp
In order to fix divergence in libbinder Android.bp file, adding an
empty file group corresponding to an internal file group.
This is needed to easily manipulate where source files are included
in libbinder without having to land patches internally and externally.
Bug: 183654927
Test: N/A
Merged-In: Ie2a35186f2991fc4c3379c93c13b09f08e3a2bcf
Change-Id: I1c42a6a4f8ab9dc3d79a30e1b2824d1b0cbd5c4b
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 49cb098..9b0de67 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -73,6 +73,7 @@
"PermissionController.cpp",
"ProcessInfoService.cpp",
"IpPrefix.cpp",
+ ":activity_manager_procstate_aidl",
]
cc_library {