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

Commit 1e3f098c 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:...

Merge "Add new fields for carrying classpath information" am: 73336f8c am: 3b2fdd25 am: b0c4dac1 am: a1948b14 am: 675f3137

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

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