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 Merged-In: Ieca32fc3c970f2b720d76071651e85459d082f02
This commit is contained in:
parent
2efb060e2b
commit
abacb514f9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ cc_defaults {
|
|||
"libprotobuf-cpp-lite",
|
||||
"libutils",
|
||||
"libz",
|
||||
"packagemanager_aidl-cpp",
|
||||
],
|
||||
|
||||
cflags: [
|
||||
|
|
Loading…
Reference in a new issue