From 0caee58ea2f98f13568cdceecb129b758924e72f Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 1 Apr 2021 00:29:25 +0000 Subject: 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 --- libs/binder/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 49cb098084..9b0de6742b 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -73,6 +73,7 @@ libbinder_device_interface_sources = [ "PermissionController.cpp", "ProcessInfoService.cpp", "IpPrefix.cpp", + ":activity_manager_procstate_aidl", ] cc_library { -- cgit v1.2.3-59-g8ed1b