summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Alan Stokes <alanstokes@google.com> 2022-01-05 09:10:46 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-01-05 09:10:46 +0000
commite98ec421a603b7b7c95af1e360779885109d6d2d (patch)
tree23f37b5d3c91302a5f4c564a41889f025a89144e /libs
parent0c8f995f5232862230ff95eb629fbb67c0a606ee (diff)
parentd43bb670f919ecfa8dab2012cfd4c9c85347505a (diff)
Merge "Simplify StagedApexInfo classpath info" am: d43bb670f9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1927453 Change-Id: Ie808041eb75f885ecf3ca15ecb7b2b6e47aa43a0
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/aidl/android/content/pm/StagedApexInfo.aidl4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
index bffab5e86b..949835b452 100644
--- a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
+++ b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
@@ -27,7 +27,5 @@ parcelable StagedApexInfo {
@utf8InCpp String diskImagePath;
long versionCode;
@utf8InCpp String versionName;
- boolean hasBootClassPathJars;
- boolean hasDex2OatBootClassPathJars;
- boolean hasSystemServerClassPathJars;
+ boolean hasClassPathJars;
}