Merge "Simplify StagedApexInfo classpath info" am: d43bb670f9 am: e98ec421a6 am: 3afdab0078 am: 6ea1388100

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

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