Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9034ae7b authored by Alan Stokes's avatar Alan Stokes Committed by Automerger Merge Worker
Browse files

Merge "Simplify StagedApexInfo classpath info" am: d43bb670 am: e98ec421...

Merge "Simplify StagedApexInfo classpath info" am: d43bb670 am: e98ec421 am: 3afdab00 am: 6ea13881

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

Change-Id: I8d32b022fb90b96017459dfa77ec9d14d76dc7f3
parents 1cec8a76 6ea13881
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -27,7 +27,5 @@ parcelable StagedApexInfo {
  @utf8InCpp String diskImagePath;
  long versionCode;
  @utf8InCpp String versionName;
  boolean hasBootClassPathJars;
  boolean hasDex2OatBootClassPathJars;
  boolean hasSystemServerClassPathJars;
  boolean hasClassPathJars;
}