From 47a5f43202fc24753e4ab9a9d641dce15058f681 Mon Sep 17 00:00:00 2001 From: Samiul Islam Date: Thu, 26 Aug 2021 15:17:53 +0100 Subject: [PATCH] libbinder: split out PackageManagerNative aidl Very few clients of libbinder use PackageManagerNative service, as such it's a waste to couple them together. Now, user of PackageManagerNative service need to add the corresponding aidl files as shared library. Bug: 183654927 Test: builds + presubmit Ignore-AOSP-First: To avoid merge conflicts, uploading it internally first. Will be cherry-picked to AOSP later. Change-Id: Ieca32fc3c970f2b720d76071651e85459d082f02 --- storaged/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/storaged/Android.bp b/storaged/Android.bp index 9d5cb482a..b557deed2 100644 --- a/storaged/Android.bp +++ b/storaged/Android.bp @@ -32,6 +32,7 @@ cc_defaults { "libprotobuf-cpp-lite", "libutils", "libz", + "packagemanager_aidl-cpp", ], cflags: [