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 Change-Id: Ie64fb3502d8e5164df4710feb2f525db7c4234a2 Merged-In: Ie64fb3502d8e5164df4710feb2f525db7c4234a2
This commit is contained in:
committed by
Mohammad Samiul Islam
parent
f3b6f05c6a
commit
bdbf40efd6
@@ -122,7 +122,6 @@ filegroup {
|
|||||||
":libbluetooth-binder-aidl",
|
":libbluetooth-binder-aidl",
|
||||||
":libcamera_client_aidl",
|
":libcamera_client_aidl",
|
||||||
":libcamera_client_framework_aidl",
|
":libcamera_client_framework_aidl",
|
||||||
":packagemanager_aidl",
|
|
||||||
":libupdate_engine_aidl",
|
":libupdate_engine_aidl",
|
||||||
":resourcemanager_aidl",
|
":resourcemanager_aidl",
|
||||||
":storaged_aidl",
|
":storaged_aidl",
|
||||||
@@ -224,6 +223,7 @@ java_library {
|
|||||||
name: "framework-internal-utils",
|
name: "framework-internal-utils",
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"apex_aidl_interface-java",
|
"apex_aidl_interface-java",
|
||||||
|
"packagemanager_aidl-java",
|
||||||
"framework-protos",
|
"framework-protos",
|
||||||
"updatable-driver-protos",
|
"updatable-driver-protos",
|
||||||
"ota_metadata_proto_java",
|
"ota_metadata_proto_java",
|
||||||
|
|||||||
Reference in New Issue
Block a user