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

Commit ba9defcb authored by Samiul Islam's avatar Samiul Islam
Browse files

Add new fields for carrying classpath information

Bug: 187444679
Test: atest ApexTestCases
Test: atest StagedInstallInternalTest
Change-Id: I16050e0adf95f86cc1b476744d70367d7d67292c
parent 35de4cf0
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;
}