From 8bb6bc27160684cbce63f32950f2ca1a66cbf5cb Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 26 Mar 2021 01:32:39 +0000 Subject: [PATCH] split packagemanager_aidl from libbinder_aidl This filegroup contains libbinder things plus packagemanager things. Ideally this packagemanager dependency should only be taken by the things that need it since libbinder is loaded by very many processes, and it may consider to dirty memory in these processes (the vtables for AIDL interfaces). This is a preparation CL. Bug: 183654927 Test: N/A Change-Id: Iba8153a50244101875fcfd1148924430c0907b37 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 470932378383a..0dbe07c6b496b 100644 --- a/Android.bp +++ b/Android.bp @@ -383,6 +383,7 @@ filegroup { ":libbluetooth-binder-aidl", ":libcamera_client_aidl", ":libcamera_client_framework_aidl", + ":packagemanager_aidl", ":libupdate_engine_aidl", ":resourcemanager_aidl", ":storaged_aidl",