commit | d43bb670f919ecfa8dab2012cfd4c9c85347505a | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Jan 05 08:57:50 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 05 08:57:50 2022 +0000 |
tree | 23f37b5d3c91302a5f4c564a41889f025a89144e | |
parent | a097308f0ff1b193d8ad3e4a9cf7d14419257939 [diff] | |
parent | d0bf573d47471bcbac2987bb8a052887c5728dbd [diff] |
Merge "Simplify StagedApexInfo classpath info"
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; }