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

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

Merge "Simplify StagedApexInfo classpath info" am: d43bb670

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

Change-Id: Ie808041eb75f885ecf3ca15ecb7b2b6e47aa43a0
parents 0c8f995f d43bb670
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;
}