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

Commit b0c4dac1 authored by Mohammad Islam's avatar Mohammad Islam Committed by Automerger Merge Worker
Browse files

Merge "Add new fields for carrying classpath information" am: 73336f8c am: 3b2fdd25

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

Change-Id: I9b52592eae2a62c84c673cd6d3cfdd7817df9a36
parents c8936567 3b2fdd25
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -27,4 +27,7 @@ parcelable StagedApexInfo {
  @utf8InCpp String diskImagePath;
  @utf8InCpp String diskImagePath;
  long versionCode;
  long versionCode;
  @utf8InCpp String versionName;
  @utf8InCpp String versionName;
  boolean hasBootClassPathJars;
  boolean hasDex2OatBootClassPathJars;
  boolean hasSystemServerClassPathJars;
}
}