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

Commit d43bb670 authored by Alan Stokes's avatar Alan Stokes Committed by Gerrit Code Review
Browse files

Merge "Simplify StagedApexInfo classpath info"

parents a097308f d0bf573d
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -27,7 +27,5 @@ parcelable StagedApexInfo {
  @utf8InCpp String diskImagePath;
  @utf8InCpp String diskImagePath;
  long versionCode;
  long versionCode;
  @utf8InCpp String versionName;
  @utf8InCpp String versionName;
  boolean hasBootClassPathJars;
  boolean hasClassPathJars;
  boolean hasDex2OatBootClassPathJars;
  boolean hasSystemServerClassPathJars;
}
}