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

Commit 3b2fdd25 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

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

Change-Id: Ic1f8496889355d7037e7d974604175c6bf738975
parents 59fa5ba0 73336f8c
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;
}