Merge "Add new fields for carrying classpath information" am: 73336f8c82 am: 3b2fdd25e9 am: b0c4dac127 am: a1948b14b8 am: 675f313776

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1849498

Change-Id: I53e8669226875679d8fe677d421e63bf3a2f8751
diff --git a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
index ece7989..bffab5e 100644
--- a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
+++ b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
@@ -27,4 +27,7 @@
   @utf8InCpp String diskImagePath;
   long versionCode;
   @utf8InCpp String versionName;
+  boolean hasBootClassPathJars;
+  boolean hasDex2OatBootClassPathJars;
+  boolean hasSystemServerClassPathJars;
 }