Loading libs/binder/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,14 @@ aidl_interface { "aidl/android/content/pm/ApexStagedEvent.aidl", "aidl/android/content/pm/StagedApexInfo.aidl", ], backend: { rust: { apex_available: [ "com.android.virt", ], enabled: true, }, }, } aidl_interface { Loading libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -144,5 +144,5 @@ interface IPackageManagerNative { * Get information of APEX which is staged ready for installation. * Returns null if no such APEX is found. */ StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); @nullable StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); } Loading
libs/binder/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,14 @@ aidl_interface { "aidl/android/content/pm/ApexStagedEvent.aidl", "aidl/android/content/pm/StagedApexInfo.aidl", ], backend: { rust: { apex_available: [ "com.android.virt", ], enabled: true, }, }, } aidl_interface { Loading
libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -144,5 +144,5 @@ interface IPackageManagerNative { * Get information of APEX which is staged ready for installation. * Returns null if no such APEX is found. */ StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); @nullable StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); }