Create new AIDL objects for retrieving information about staged apex
Native clients will be communicating with PackageManagerNative service
for information regarding staged apex packages.
Bug: 187444679
Test: see ag/15462076
Change-Id: If9a4ec3586a23f83229d5fdce271bf69d9073134
Merged-In: If9a4ec3586a23f83229d5fdce271bf69d9073134
(cherry picked from commit 042261d283ab54f586beae836e0941fbf54fdc9c)
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index f53a256..9875079 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -298,6 +298,9 @@
"aidl/android/content/pm/IPackageChangeObserver.aidl",
"aidl/android/content/pm/IPackageManagerNative.aidl",
"aidl/android/content/pm/PackageChangeEvent.aidl",
+ "aidl/android/content/pm/IStagedApexObserver.aidl",
+ "aidl/android/content/pm/ApexStagedEvent.aidl",
+ "aidl/android/content/pm/StagedApexInfo.aidl",
],
path: "aidl",
}