Skip to content

Commit aed4aa9

Browse files
committed
Make native package manager available to platform.
Some native internal services are dependent on package manager which is available only to specific APEXes. Also adding platform in general now. Test: locally tested Bug: 361877215 Change-Id: I01a015e83fbf07059936ffc2d50814d5827d609c
1 parent be48640 commit aed4aa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/binder/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ aidl_interface {
829829
backend: {
830830
rust: {
831831
apex_available: [
832+
"//apex_available:platform",
832833
"com.android.virt",
833834
],
834835
enabled: true,

0 commit comments

Comments
 (0)