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

Commit 6ea13881 authored by Alan Stokes's avatar Alan Stokes Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I1c4d1ebae7d77a9f04265a34b5ea71ee3454d21a
parents 75ffe48e 3afdab00
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;
}