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

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

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

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

Change-Id: Ie518f11e55d2d7767056b77ba5ef710f142dac08
parents f6c13118 e98ec421
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;
}